summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index c5ce3a46499..05d4b450f30 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -10471,6 +10471,7 @@ do_continue:;
No additional logging of query is needed
*/
binlog_done= 1;
+ DBUG_ASSERT(new_table->file->row_logging);
new_table->mark_columns_needed_for_insert();
thd->binlog_write_table_map(new_table, 1);
}