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 | 5814263583577a10c139461e95e0b4433d575c57 (patch) | |
tree | 50a6e4fd413d5d795278a04dd11f1a2a524386ae /mysql-test/t/mysql-bug45236.test | |
parent | 689901f36f13b0ad5fe908998625493814ed33fa (diff) | |
download | mariadb-git-5814263583577a10c139461e95e0b4433d575c57.tar.gz |
Disabled embedded server for the test case for bug #45236.
Diffstat (limited to 'mysql-test/t/mysql-bug45236.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 |