summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authortsmith@quadxeon.mysql.com <>2007-06-15 01:57:33 +0200
committertsmith@quadxeon.mysql.com <>2007-06-15 01:57:33 +0200
commit918090030b5556f84a163719cf58d7f5bcdbc449 (patch)
tree4e46aab8d2631db6cd28c72c3633307314281d7e /Makefile.am
parent422d7999b5fa9cac2b92033fd0a0b177cd9327f5 (diff)
parent5b221805864f78c4baf94d48efda842a84f9fa96 (diff)
downloadmariadb-git-918090030b5556f84a163719cf58d7f5bcdbc449.tar.gz
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/51
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b92ee7ae0bc..14f2886c472 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,8 +136,10 @@ test-bt:
@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 \