1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

merged 5.1-main -> 5.1-bugteam

This commit is contained in:
Georgi Kodinov
2008-10-13 13:22:36 +03:00
25 changed files with 624 additions and 42 deletions

View File

@@ -5490,6 +5490,10 @@ void mysql_reset_thd_for_next_command(THD *thd)
*/
thd->reset_current_stmt_binlog_row_based();
DBUG_PRINT("debug",
("current_stmt_binlog_row_based: %d",
thd->current_stmt_binlog_row_based));
DBUG_VOID_RETURN;
}