Below is the list of changes that have just been committed into a local
5.1 repository of mattiasj. When mattiasj 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, 2008-02-08 11:52:24+01:00,
mattiasj@stripped +2 -0
Bug#34225: suite/parts test failure
post push patch.
Missed to remove dependency of symlink when I reorganized the tests
mysql-test/suite/parts/t/partition_basic_myisam.test@stripped, 2008-02-08 11:52:23+01:00,
mattiasj@stripped +0 -3
Bug#34225: suite/parts test failure
Missed to remove dependency of symlink
(It is no longer dependent of symlink, I moved the dependency to
partition_basic_symlink_myisam.test)
mysql-test/suite/parts/t/partition_basic_symlink_myisam.test@stripped, 2008-02-08
11:52:23+01:00, mattiasj@stripped +0 -3
Bug#34225: suite/parts test failure
Removed a duplicate row (the test is now dependent
of symlink, not this specific engine)
diff -Nrup a/mysql-test/suite/parts/t/partition_basic_myisam.test
b/mysql-test/suite/parts/t/partition_basic_myisam.test
--- a/mysql-test/suite/parts/t/partition_basic_myisam.test 2007-12-06 18:26:46 +01:00
+++ b/mysql-test/suite/parts/t/partition_basic_myisam.test 2008-02-08 11:52:23 +01:00
@@ -48,9 +48,6 @@ let $more_pk_ui_tests= 0;
##### Storage engine to be tested
let $engine= 'MyISAM';
-# The server uses in case of MyISAM symlinking (if available) and the expected
-# results fit to symlinking support.
---source include/have_symlink.inc
##### Execute the test of "table" files
# MyISAM has files per PK, UI, ...
diff -Nrup a/mysql-test/suite/parts/t/partition_basic_symlink_myisam.test
b/mysql-test/suite/parts/t/partition_basic_symlink_myisam.test
--- a/mysql-test/suite/parts/t/partition_basic_symlink_myisam.test 2008-02-06 15:13:52
+01:00
+++ b/mysql-test/suite/parts/t/partition_basic_symlink_myisam.test 2008-02-08 11:52:23
+01:00
@@ -52,9 +52,6 @@ let $more_pk_ui_tests= 0;
##### Storage engine to be tested
let $engine= 'MyISAM';
-# The server uses in case of MyISAM symlinking (if available) and the expected
-# results fit to symlinking support.
---source include/have_symlink.inc
##### Execute the test of "table" files
# MyISAM has files per PK, UI, ...
| Thread |
|---|
| • bk commit into 5.1 tree (mattiasj:1.2519) BUG#34225 | mattiasj | 8 Feb |