This repository was archived by the owner on Oct 5, 2021. It is now read-only.
File tree 3 files changed +2
-14
lines changed
3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ disable_query_log;
17
17
-- let $uz=
18
18
-- let $_outfile= $MYSQLTEST_VARDIR/tmp/have_uz.tmp
19
19
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
-
26
20
# find uz
27
21
28
22
-- 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.
2
1
# Set the environmental variables
3
2
# Stop server
4
3
# Copy the remote tablespace & DB zip files from suite location to working location.
Original file line number Diff line number Diff line change 9
9
# Prerequisite : portability_wl5980_linux.zip
10
10
# should exist in "suite/innodb/t"
11
11
12
+ --source include/linux.inc
12
13
--source include/have_innodb_16k.inc
13
14
--source include/not_embedded.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
- }
15
+ --source include/have_util_unzip.inc
21
16
22
17
--echo # Set the environmental variables
23
18
let MYSQL_BASEDIR= `select @@basedir`;
You can’t perform that action at this time.
0 commit comments