ha_innobase.cc Update possible row timestamp column also in an update
sql/ha_innobase.cc: Update possible row timestamp column also in an update
This commit is contained in:
parent
1a5643b4b1
commit
0640b4b5b4
@ -1523,6 +1523,10 @@ ha_innobase::update_row(
|
||||
|
||||
DBUG_ENTER("ha_innobase::update_row");
|
||||
|
||||
if (table->time_stamp) {
|
||||
update_timestamp(new_row + table->time_stamp - 1);
|
||||
}
|
||||
|
||||
if (last_query_id != user_thd->query_id) {
|
||||
prebuilt->sql_stat_start = TRUE;
|
||||
last_query_id = user_thd->query_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user