mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge tag '11.1' into 11.2
MariaDB 11.1.3 release
This commit is contained in:
@@ -2971,6 +2971,9 @@ Gtid_log_event::Gtid_log_event(THD *thd_arg, uint64 seq_no_arg,
|
||||
sa_seq_no= thd->get_binlog_start_alter_seq_no();
|
||||
flags2|= FL_DDL;
|
||||
}
|
||||
|
||||
DBUG_ASSERT(thd_arg->lex->sql_command != SQLCOM_CREATE_SEQUENCE ||
|
||||
(flags2 & FL_DDL) || thd_arg->in_multi_stmt_transaction_mode());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user