Commit f4b8b6b9 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-15919 lower_case_table_names does not behave as expected

followup for e31e697f

Fix the test not to fail on Mac OS X
(lower_case_table_names=0 prevents mysqld from starting on case insensitive
filesystem)
parent f30148a7
--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);
......
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