mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
8 lines
171 B
Text
8 lines
171 B
Text
|
connect con1,localhost,root,,;
|
||
|
CREATE TEMPORARY SEQUENCE f ENGINE=InnoDB;
|
||
|
disconnect con1;
|
||
|
connection default;
|
||
|
SELECT 'Still alive' AS `Heartbeat`;
|
||
|
Heartbeat
|
||
|
Still alive
|