diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-03-25 11:47:41 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-03-25 11:47:41 +0300 |
commit | 1be22714122c09115b5d5930031e43e9240d1d01 (patch) | |
tree | 6f83dab0834ab4e17f97df71d5eb414c86b2dbd3 | |
parent | d61ae8167f1f97fad4057acb6596d79d51b01559 (diff) | |
download | mariadb-git-1be22714122c09115b5d5930031e43e9240d1d01.tar.gz |
Disabled embedded server in the test case for bug #41486.
-rw-r--r-- | mysql-test/t/mysql-bug41486.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysql-bug41486.test b/mysql-test/t/mysql-bug41486.test index 7ea9f6d81c7..6e014bca7d1 100644 --- a/mysql-test/t/mysql-bug41486.test +++ b/mysql-test/t/mysql-bug41486.test @@ -9,6 +9,8 @@ # on debx86-b in PB # +-- source include/not_embedded.inc + --disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings |