mariadb/mysql-test/suite/sql_sequence/debug_sync.result

8 lines
171 B
Text
Raw Normal View History

connect con1,localhost,root,,;
CREATE TEMPORARY SEQUENCE f ENGINE=InnoDB;
disconnect con1;
connection default;
SELECT 'Still alive' AS `Heartbeat`;
Heartbeat
Still alive