Commit 6a4d2423 authored by unknown's avatar unknown

Fix for

   Bug#32856 testsuite parts: partition_basic_myisam fails 
                              in pushbuild
Skip test if symlink support is missing.


mysql-test/suite/parts/t/partition_basic_myisam.test:
  Skip test if running on a server with disabled symlinking.
parent 7f2ea0b5
...@@ -48,6 +48,9 @@ let $more_pk_ui_tests= 0; ...@@ -48,6 +48,9 @@ let $more_pk_ui_tests= 0;
##### Storage engine to be tested ##### Storage engine to be tested
let $engine= 'MyISAM'; 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 ##### Execute the test of "table" files
# MyISAM has files per PK, UI, ... # MyISAM has files per PK, UI, ...
......
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