mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Fix test failure on case-sensitive file systems.
This commit is contained in:
parent
08f128f633
commit
537d8efbe4
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
# Foreign Key problems after an engine is restarted.
|
||||
|
||||
# This test case needs InnoDB.
|
||||
-- source include/have_innodb.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_lowercase2.inc
|
||||
--source include/have_case_insensitive_file_system.inc
|
||||
|
||||
#
|
||||
# Precautionary clean up.
|
||||
|
|
Loading…
Reference in a new issue