summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_mgm.test
diff options
context:
space:
mode:
authorunknown <tnurnberg@mysql.com/salvation.intern.azundris.com>2006-09-07 04:18:17 +0200
committerunknown <tnurnberg@mysql.com/salvation.intern.azundris.com>2006-09-07 04:18:17 +0200
commit51e8434e4d9f1644a1ba132d6ec1ab1f9e695df7 (patch)
treefee36f8e8cddc17f6a122d3569860d5f8424efd5 /mysql-test/t/partition_mgm.test
parent53a7a2670c44b6acaa3bb7bc6af30a06e3296b70 (diff)
downloadmariadb-git-51e8434e4d9f1644a1ba132d6ec1ab1f9e695df7.tar.gz
make partition_mgm test deterministic wrt results of ls
mysql-test/t/partition_mgm.test: make partition_mgm test deterministic
Diffstat (limited to 'mysql-test/t/partition_mgm.test')
-rw-r--r--mysql-test/t/partition_mgm.test8
1 files changed, 6 insertions, 2 deletions
diff --git a/mysql-test/t/partition_mgm.test b/mysql-test/t/partition_mgm.test
index f1a89b28443..8458d47d634 100644
--- a/mysql-test/t/partition_mgm.test
+++ b/mysql-test/t/partition_mgm.test
@@ -24,11 +24,15 @@ PARTITION BY HASH(CAST(YEAR(f_date) AS SIGNED INTEGER)) PARTITIONS 2;
SHOW CREATE TABLE t1;
--replace_result $MYSQLTEST_VARDIR "hello"
---exec ls $MYSQLTEST_VARDIR/master-data/test/t1*
+--exec ls $MYSQLTEST_VARDIR/master-data/test/t1#*
+--replace_result $MYSQLTEST_VARDIR "hello"
+--exec ls $MYSQLTEST_VARDIR/master-data/test/t1.*
ALTER TABLE t1 COALESCE PARTITION 1;
SHOW CREATE TABLE t1;
--replace_result $MYSQLTEST_VARDIR "hello"
---exec ls $MYSQLTEST_VARDIR/master-data/test/t1*
+--exec ls $MYSQLTEST_VARDIR/master-data/test/t1#*
+--replace_result $MYSQLTEST_VARDIR "hello"
+--exec ls $MYSQLTEST_VARDIR/master-data/test/t1.*
drop table t1;
#
# Bug 20767: REORGANIZE partition crashes