blob: af8b09081041542c40fbf58038efcc7a8c7999db (
plain)
1
2
3
4
5
|
--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
|