summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_mgm.test
diff options
context:
space:
mode:
authorunknown <mikael@dator5.(none)>2006-06-20 16:43:25 -0400
committerunknown <mikael@dator5.(none)>2006-06-20 16:43:25 -0400
commit68d4c991e1796b44df32792170c7e9956921ab50 (patch)
tree571885cbeed56ca94c122e95fe51405689214e21 /mysql-test/t/partition_mgm.test
parentb5e439114256a3379ddbb76a63378ec6f19f8f53 (diff)
parented7dd45ffcf412545497a33a534858014fe73e19 (diff)
downloadmariadb-git-68d4c991e1796b44df32792170c7e9956921ab50.tar.gz
Merge dator5.(none):/home/pappa/bug16000
into dator5.(none):/home/pappa/bug19281 mysql-test/t/partition_mgm.test: Auto merged
Diffstat (limited to 'mysql-test/t/partition_mgm.test')
-rw-r--r--mysql-test/t/partition_mgm.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/t/partition_mgm.test b/mysql-test/t/partition_mgm.test
index afc3b85ea4d..cfb76192de4 100644
--- a/mysql-test/t/partition_mgm.test
+++ b/mysql-test/t/partition_mgm.test
@@ -6,10 +6,12 @@ CREATE TABLE t1 (f_date DATE, f_varchar VARCHAR(30))
PARTITION BY HASH(CAST(YEAR(f_date) AS SIGNED INTEGER)) PARTITIONS 2;
SHOW CREATE TABLE 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;
-#--exec ls $MYSQLTEST_VARDIR/master-data/test/t1*
+--replace_result $MYSQLTEST_VARDIR "hello"
+--exec ls $MYSQLTEST_VARDIR/master-data/test/t1*