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

MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-serg

Undo the previous band-aid fix in psergey@askmonty.org-20130802141209-4dqfvx2db8acxwbl.
Kristian has made a proper fix, which uses a different approach.
This commit is contained in:
Sergey Petrunya
2014-01-20 16:36:57 +04:00
parent 0a20d762af
commit 0e593c123f
3 changed files with 1 additions and 5 deletions

View File

@@ -5054,7 +5054,7 @@ int THD::decide_logging_format(TABLE_LIST *tables)
DBUG_PRINT("info", ("table: %s; ha_table_flags: 0x%llx",
table->table_name, flags));
if (table->table->no_replicate && !table->table->s->is_gtid_slave_pos)
if (table->table->no_replicate)
{
/*
The statement uses a table that is not replicated.