MDEV-15919 lower_case_table_names does not behave as expected

followup for e31e697f17f

Fix the test not to fail on Mac OS X
(lower_case_table_names=0 prevents mysqld from starting on case insensitive
filesystem)
This commit is contained in:
Sergei Golubchik 2018-10-29 21:44:38 +01:00
parent f30148a740
commit f4b8b6b9a3
2 changed files with 3 additions and 2 deletions

View File

@ -1 +0,0 @@
--lower_case_table_names=0

View File

@ -1,5 +1,7 @@
--source include/master-slave.inc
--source include/have_case_sensitive_file_system.inc
--source include/have_innodb.inc
--source include/master-slave.inc
--connection master
create table RPL(a int);
insert into RPL values(1);