diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2009-06-17 20:10:48 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2009-06-17 20:10:48 +0400 |
commit | 4ecfe5772ca4d20fa064dc1f9d2f9a8afd4827f3 (patch) | |
tree | 50a6e4fd413d5d795278a04dd11f1a2a524386ae /mysql-test | |
parent | 9c1e2bbcf6d319fa91264713e4efde0cedf71f42 (diff) | |
download | mariadb-git-4ecfe5772ca4d20fa064dc1f9d2f9a8afd4827f3.tar.gz |
Disabled embedded server for the test case for bug #45236.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/mysql-bug45236.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysql-bug45236.test b/mysql-test/t/mysql-bug45236.test index 30cef1ab49c..efc10ed19ea 100644 --- a/mysql-test/t/mysql-bug45236.test +++ b/mysql-test/t/mysql-bug45236.test @@ -8,6 +8,8 @@ # on debx86-b in PB # +-- source include/not_embedded.inc + --disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings |