mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Post-merge fix.
This commit is contained in:
parent
2915b523cb
commit
3040ef5cb4
1 changed files with 2 additions and 4 deletions
|
@ -1183,11 +1183,9 @@ end:
|
|||
{
|
||||
/* In RBR, the statement is not binlogged if the table is temporary. */
|
||||
if (!is_temporary_table || !thd->current_stmt_binlog_row_based)
|
||||
{
|
||||
error= write_bin_log(thd, TRUE, thd->query(), thd->query_length());
|
||||
if (!error)
|
||||
my_ok(thd); // This should return record count
|
||||
}
|
||||
if (!error)
|
||||
my_ok(thd); // This should return record count
|
||||
}
|
||||
pthread_mutex_lock(&LOCK_open);
|
||||
unlock_table_name(thd, table_list);
|
||||
|
|
Loading…
Reference in a new issue