diff options
Diffstat (limited to 'mysql-test/include/expect_crash.inc')
-rw-r--r-- | mysql-test/include/expect_crash.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/expect_crash.inc b/mysql-test/include/expect_crash.inc new file mode 100644 index 00000000..af8b0908 --- /dev/null +++ b/mysql-test/include/expect_crash.inc @@ -0,0 +1,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 |