mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -240,6 +240,8 @@ int ha_sequence::write_row(const uchar *buf)
|
||||
on master and slaves
|
||||
- Check that the new row is an accurate SEQUENCE object
|
||||
*/
|
||||
/* mark a full binlog image insert to force non-parallel slave */
|
||||
thd->transaction.stmt.mark_trans_did_ddl();
|
||||
if (table->s->tmp_table == NO_TMP_TABLE &&
|
||||
thd->mdl_context.upgrade_shared_lock(table->mdl_ticket,
|
||||
MDL_EXCLUSIVE,
|
||||
|
Reference in New Issue
Block a user