File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ disable_query_log;
1717-- let $uz=
1818-- let $_outfile= $MYSQLTEST_VARDIR/tmp/have_uz.tmp
1919
20+ -- echo # Skip this test other platfoms and run only on Linux.
21+ if (` select convert(@@version_compile_os using latin1) IN ("Linux") = 0` )
22+ {
23+ skip Need Linux;
24+ }
25+
2026# find uz
2127
2228-- error 0,1,127
Original file line number Diff line number Diff line change 1+ # Skip this test other platfoms and run only on Linux.
12# Set the environmental variables
23# Stop server
34# Copy the remote tablespace & DB zip files from suite location to working location.
Original file line number Diff line number Diff line change 99# Prerequisite : portability_wl5980_linux.zip
1010# should exist in "suite/innodb/t"
1111
12- --source include/linux.inc
1312--source include/have_innodb_16k.inc
1413--source include/not_embedded.inc
15- --source include/have_util_unzip.inc
14+ --source include/have_util_uz.inc
15+
16+ --echo # Skip this test other platfoms and run only on Linux.
17+ if (`select convert(@@version_compile_os using latin1) IN ("Linux") = 0`)
18+ {
19+ skip Need Linux;
20+ }
1621
1722--echo # Set the environmental variables
1823let MYSQL_BASEDIR= `select @@basedir`;
You can’t perform that action at this time.
0 commit comments