mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
BUG#37051 Replication rules not evaluated correctly
Backporting patch to 5.0.
This commit is contained in:
parent
62d5d85c5d
commit
b4fdb8aec1
15 changed files with 594 additions and 27 deletions
|
|
@ -775,7 +775,7 @@ reopen_tables:
|
|||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
||||
tables_for_update= get_table_map(fields);
|
||||
thd->table_map_for_update= tables_for_update= get_table_map(fields);
|
||||
|
||||
/*
|
||||
Setup timestamp handling and locking mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue