mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
6 lines
214 B
PHP
6 lines
214 B
PHP
|
--let $_server_id= `SELECT @@server_id`
|
||
|
--let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/mysqld.$_server_id.expect
|
||
|
|
||
|
# There should be a debug crash after using this .inc file
|
||
|
--exec echo "wait" > $_expect_file_name
|