1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

add a forgotten debug sync point, that a test case was referring to

This commit is contained in:
Sergei Golubchik
2012-10-31 18:45:25 +01:00
parent 937ae82a1b
commit 2985ec2d0b
3 changed files with 3 additions and 2 deletions

View File

@ -5335,6 +5335,7 @@ int handler::ha_write_row(uchar *buf)
int error;
Log_func *log_func= Write_rows_log_event::binlog_row_logging_function;
DBUG_ENTER("handler::ha_write_row");
DEBUG_SYNC_C("ha_write_row_start");
/* If we have a timestamp column, update it to the current time */
if (table->timestamp_field_type & TIMESTAMP_AUTO_SET_ON_INSERT)