diff options
author | igor@rurik.mysql.com <> | 2006-04-10 14:14:20 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-04-10 14:14:20 -0700 |
commit | e2feeb88f90356c412312a1fb613613074129444 (patch) | |
tree | 26b604b4685d2c2e773da061352fb984d3f629aa /mysql-test/t/having.test | |
parent | 406b29b6e02225b37ad2f0dae4a814513a13a1c2 (diff) | |
download | mariadb-git-e2feeb88f90356c412312a1fb613613074129444.tar.gz |
Made the test case for bug #15917 independent on platforms.
Diffstat (limited to 'mysql-test/t/having.test')
-rw-r--r-- | mysql-test/t/having.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/having.test b/mysql-test/t/having.test index 9e5bc4bc136..9b21e544657 100644 --- a/mysql-test/t/having.test +++ b/mysql-test/t/having.test @@ -354,7 +354,9 @@ drop table t1; # when the server is run on Windows or with --lower-case-table-names=1 # +--disable_warnings DROP SCHEMA IF EXISTS HU; +--enable_warnings CREATE SCHEMA HU ; USE HU ; |