4657 Bjorn Munch 2013-01-21
Have to move --unit-tests to another mtr run for gcov, bummer
modified:
mysql-test/collections/default.release.in
4656 Marko Mäkelä 2013-01-21
Rename buf_LRU_free_block() to buf_LRU_free_page()
because its semantics has changed from MySQL 5.5.
Starting with MySQL 5.6, the block mutex is not supposed to be held.
modified:
storage/innobase/btr/btr0cur.cc
storage/innobase/buf/buf0buf.cc
storage/innobase/buf/buf0flu.cc
storage/innobase/buf/buf0lru.cc
storage/innobase/handler/ha_innodb.cc
storage/innobase/include/buf0lru.h
=== modified file 'mysql-test/collections/default.release.in'
--- a/mysql-test/collections/default.release.in 2013-01-21 09:58:40 +0000
+++ b/mysql-test/collections/default.release.in 2013-01-21 14:05:32 +0000
@@ -4,8 +4,8 @@
# include default.daily
# include default.weekly
-perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=debug --vardir=var-debug --skip-rpl --report-features --debug-server --unit-tests
-perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=normal --vardir=var-normal --report-features
+perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=debug --vardir=var-debug --skip-rpl --report-features --debug-server
+perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=normal --vardir=var-normal --report-features --unit-tests
perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=ps --vardir=var-ps --ps-protocol
perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=funcs1+ps --vardir=var-funcs_1_ps --suite=funcs_1 --ps-protocol
perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=funcs2 --vardir=var-funcs2 --suite=funcs_2
No bundle (reason: useless for push emails).| Thread |
|---|
| • bzr push into mysql-5.6 branch (bjorn.munch:4656 to 4657) | Bjorn Munch | 21 Feb 2013 |