mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
MDEV-15919 lower_case_table_names does not behave as expected
followup for e31e697f17
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:
parent
f30148a740
commit
f4b8b6b9a3
2 changed files with 3 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
--lower_case_table_names=0
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue