mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Made the test case for bug #15917 independent on platforms.
This commit is contained in:
parent
7d384e4633
commit
6978949b49
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
# 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 ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue