MDEV-33979 Disallow bulk insert operation during partition update statement
Problem: ======== - Partition update operation enables the bulk insert for the transaction while moving the row between partitions. This leads to debug assert failure while removing the row from one of the partition. Solution: ======== - Disallow the bulk insert operation for non-insert operation of partition table.
Showing
Please register or sign in to comment