mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -259,8 +259,7 @@ int ha_sequence::write_row(uchar *buf)
|
||||
sequence->copy(&tmp_seq);
|
||||
rows_changed++;
|
||||
/* We have to do the logging while we hold the sequence mutex */
|
||||
if (table->file->check_table_binlog_row_based(1))
|
||||
error= binlog_log_row(table, 0, buf, log_func);
|
||||
error= binlog_log_row(table, 0, buf, log_func);
|
||||
row_already_logged= 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user