mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge branch '10.5' into 10.6
This commit is contained in:
commit
b83c379420
381 changed files with 10243 additions and 5792 deletions
|
|
@ -3348,6 +3348,9 @@ Gtid_log_event::Gtid_log_event(THD *thd_arg, uint64 seq_no_arg,
|
|||
if (extra_engines > 0)
|
||||
flags_extra|= FL_EXTRA_MULTI_ENGINE;
|
||||
}
|
||||
|
||||
DBUG_ASSERT(thd_arg->lex->sql_command != SQLCOM_CREATE_SEQUENCE ||
|
||||
(flags2 & FL_DDL) || thd_arg->in_multi_stmt_transaction_mode());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue