mirror of
https://github.com/MariaDB/server.git
synced 2025-04-03 05:45:33 +02:00
MDEV-27065 fixup: disable tests under valgrind
The server behaves differently on the DATA/INDEX DIRECTORY clause under valgrind because symlink is disabled under valgrind.
This commit is contained in:
parent
a7923b37c4
commit
3b6c04f44c
2 changed files with 2 additions and 1 deletions
mysql-test/suite/parts
|
@ -1,3 +1,5 @@
|
|||
--source include/have_symlink.inc
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-14641 Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine
|
||||
--echo #
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
--source include/have_partition.inc
|
||||
--source include/have_symlink.inc
|
||||
--let $engine=MyISAM
|
||||
--source inc/part_alter_values.inc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue