mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
Bug#17234370 LAST_INSERT_ID IS REPLICATED INCORRECTLY IF
REPLICATION FILTERS ARE USED. Merging fix from mysql-5.1
This commit is contained in:
commit
633cc16e7c
1 changed files with 0 additions and 1 deletions
|
@ -5508,7 +5508,6 @@ int Intvar_log_event::do_apply_event(Relay_log_info const *rli)
|
|||
|
||||
switch (type) {
|
||||
case LAST_INSERT_ID_EVENT:
|
||||
thd->stmt_depends_on_first_successful_insert_id_in_prev_stmt= 1;
|
||||
thd->first_successful_insert_id_in_prev_stmt= val;
|
||||
break;
|
||||
case INSERT_ID_EVENT:
|
||||
|
|
Loading…
Add table
Reference in a new issue