mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.5 merge
This commit is contained in:
@@ -6892,9 +6892,7 @@ int Intvar_log_event::do_apply_event(rpl_group_info *rgi)
|
||||
|
||||
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_for_binlog=
|
||||
thd->first_successful_insert_id_in_prev_stmt= val;
|
||||
thd->first_successful_insert_id_in_prev_stmt= val;
|
||||
DBUG_PRINT("info",("last_insert_id_event: %ld", (long) val));
|
||||
break;
|
||||
case INSERT_ID_EVENT:
|
||||
|
Reference in New Issue
Block a user