Below is the list of changes that have just been committed into a local
5.1 repository of joerg. When joerg 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, 2007-05-25 23:08:31+02:00, joerg@trift2. +1 -0
Makefile.am : Bypass bug#28685 and skip the "rowlock" suite in the release builds.
Makefile.am@stripped, 2007-05-25 23:08:27+02:00, joerg@trift2. +4 -2
Bypass bug#28685 and skip the "rowlock" suite in the release builds.
# 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: joerg
# Host: trift2.
# Root: /MySQL/M51/clone-5.1
--- 1.135/Makefile.am 2007-05-24 15:20:00 +02:00
+++ 1.136/Makefile.am 2007-05-25 23:08:27 +02:00
@@ -136,8 +136,10 @@
@PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl
-cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
- -cd mysql-test ; MTR_BUILD_THREAD=auto \
- @PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
+
+# Re-enable the "rowlock" suite when bug#28685 is fixed
+# -cd mysql-test ; MTR_BUILD_THREAD=auto \
+# @PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
# Re-enable the "jp" suite when bug#28563 is fixed
# -cd mysql-test ; MTR_BUILD_THREAD=auto \
| Thread |
|---|
| • bk commit into 5.1 tree (joerg:1.2513) BUG#28685 | Joerg Bruehe | 25 May |