Below is the list of changes that have just been committed into a local
5.1 repository of tnurnberg. When tnurnberg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-09-07 04:18:17+02:00, tnurnberg@stripped +1 -0
make partition_mgm test deterministic wrt results of ls
mysql-test/t/partition_mgm.test@stripped, 2006-09-07 04:18:12+02:00, tnurnberg@stripped +6 -2
make partition_mgm test deterministic
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tnurnberg
# Host: salvation.intern.azundris.com
# Root: /home/tnurnberg/21913/my51-21913
--- 1.6/mysql-test/t/partition_mgm.test 2006-09-07 04:18:26 +02:00
+++ 1.7/mysql-test/t/partition_mgm.test 2006-09-07 04:18:26 +02:00
@@ -24,11 +24,15 @@ PARTITION BY HASH(CAST(YEAR(f_date) AS S
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
| Thread |
|---|
| • bk commit into 5.1 tree (tnurnberg:1.2353) | Tatjana A Nuernberg | 7 Sep |