mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added test case for MDEV-13029
MDEV 13029 Assertion `ds_control' failed in debug_sync upon closing connection after creating temporary sequence This test doesn't fail anymore. Adding it to ensure that the bug doesn't appear again.
This commit is contained in:
7
mysql-test/suite/sql_sequence/debug_sync.result
Normal file
7
mysql-test/suite/sql_sequence/debug_sync.result
Normal file
@ -0,0 +1,7 @@
|
||||
connect con1,localhost,root,,;
|
||||
CREATE TEMPORARY SEQUENCE f ENGINE=InnoDB;
|
||||
disconnect con1;
|
||||
connection default;
|
||||
SELECT 'Still alive' AS `Heartbeat`;
|
||||
Heartbeat
|
||||
Still alive
|
Reference in New Issue
Block a user