Commit 6978949b authored by unknown's avatar unknown

Made the test case for bug #15917 independent on platforms.

parent 7d384e46
...@@ -360,8 +360,6 @@ s1 count(s1) ...@@ -360,8 +360,6 @@ s1 count(s1)
y 1 y 1
drop table t1; drop table t1;
DROP SCHEMA IF EXISTS HU; DROP SCHEMA IF EXISTS HU;
Warnings:
Note 1008 Can't drop database 'HU'; database doesn't exist
CREATE SCHEMA HU ; CREATE SCHEMA HU ;
USE HU ; USE HU ;
CREATE TABLE STAFF CREATE TABLE STAFF
......
...@@ -354,7 +354,9 @@ drop table t1; ...@@ -354,7 +354,9 @@ drop table t1;
# when the server is run on Windows or with --lower-case-table-names=1 # when the server is run on Windows or with --lower-case-table-names=1
# #
--disable_warnings
DROP SCHEMA IF EXISTS HU; DROP SCHEMA IF EXISTS HU;
--enable_warnings
CREATE SCHEMA HU ; CREATE SCHEMA HU ;
USE HU ; USE HU ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment