mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Made the test case for bug #15917 independent on platforms.
This commit is contained in:
@ -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 ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user