diff options
author | unknown <holyfoot@deer.(none)> | 2006-05-14 21:43:22 +0500 |
---|---|---|
committer | unknown <holyfoot@deer.(none)> | 2006-05-14 21:43:22 +0500 |
commit | 7c19c4da1aad6ffa4c83da5f9c16a833b477ea6c (patch) | |
tree | d3ef419ba9ace359705e02bc82007ea3baa37e5c | |
parent | 62be79a2e6208873240fb0a3dafbb99f24c9e577 (diff) | |
download | mariadb-git-7c19c4da1aad6ffa4c83da5f9c16a833b477ea6c.tar.gz |
bug #15435 (wait_timeout.test fails with the embedded server)
this test just can't work in the embedded server
mysql-test/t/wait_timeout.test:
test can't work properly with the embedded server yet
-rw-r--r-- | mysql-test/t/wait_timeout.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/wait_timeout.test b/mysql-test/t/wait_timeout.test index 26f91569868..4c1aeee5c04 100644 --- a/mysql-test/t/wait_timeout.test +++ b/mysql-test/t/wait_timeout.test @@ -1,3 +1,6 @@ +# This tests not performed with embedded server +-- source include/not_embedded.inc + # # Bug #8731: wait_timeout does not work on Mac OS X # |