mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fix for
Bug#32856 testsuite parts: partition_basic_myisam fails in pushbuild Skip test if symlink support is missing.
This commit is contained in:
parent
5caf347a56
commit
dba250956a
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ let $more_pk_ui_tests= 0;
|
|||
|
||||
##### Storage engine to be tested
|
||||
let $engine= 'MyISAM';
|
||||
# The server uses in case of MyISAM symlinking (if available) and the expected
|
||||
# results fit to symlinking support.
|
||||
--source include/have_symlink.inc
|
||||
|
||||
##### Execute the test of "table" files
|
||||
# MyISAM has files per PK, UI, ...
|
||||
|
|
Loading…
Reference in a new issue