mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-32593 Assertion failure upon CREATE SEQUENCE
A recently added by MDEV-32593 assert conditions are corrected.
This commit is contained in:
@@ -185,7 +185,12 @@ SET debug_sync = RESET;
|
||||
--source include/start_slave.inc
|
||||
|
||||
--connection master
|
||||
DROP SEQUENCE s2,s3;
|
||||
# MDEV-32593 Assertion failure upon CREATE SEQUENCE
|
||||
BEGIN;
|
||||
INSERT INTO ti SET a=32593;
|
||||
CREATE SEQUENCE s4;
|
||||
|
||||
DROP SEQUENCE s2,s3,s4;
|
||||
DROP TABLE ti;
|
||||
|
||||
--sync_slave_with_master
|
||||
|
Reference in New Issue
Block a user