4600 Marko Mäkelä 2013-01-09
Remove a work-around for Bug#14529475 to see if the problem has gone away.
modified:
mysql-test/suite/innodb/r/innodb_bug13867871.result
mysql-test/suite/innodb/t/innodb_bug13867871.test
4599 Sunny Bains 2013-01-09
Bug#13997024 - SEGV IN SYNC_ARRAY_CELL_PRINT PRINTING OUT LONG SEMAPHORE WAIT DATA
Fix a race condition. The cell can be freed while it is being printed.
rb#1822 Approved by Marko.
modified:
storage/innobase/sync/sync0arr.cc
=== modified file 'mysql-test/suite/innodb/r/innodb_bug13867871.result'
--- a/mysql-test/suite/innodb/r/innodb_bug13867871.result revid:sunny.bains@stripped
+++ b/mysql-test/suite/innodb/r/innodb_bug13867871.result revid:marko.makela@stripped
@@ -74,6 +74,7 @@ SET DEBUG_SYNC = 'foreign_constraint_che
SET DEBUG_SYNC = 'now SIGNAL altered';
/* con1 reap */ UPDATE parent SET a = 3;
/* default reap */ ALTER TABLE child ADD INDEX idx_2(B, C), DROP INDEX idx;
+ERROR HY000: Lock wait timeout exceeded; try restarting transaction
SELECT * FROM child;
a d b c
1 5 khD khD
=== modified file 'mysql-test/suite/innodb/t/innodb_bug13867871.test'
--- a/mysql-test/suite/innodb/t/innodb_bug13867871.test revid:sunny.bains@stripped
+++ b/mysql-test/suite/innodb/t/innodb_bug13867871.test revid:marko.makela@strippedkyne
@@ -164,8 +164,7 @@ reap;
connection default;
--echo /* default reap */ ALTER TABLE child ADD INDEX idx_2(B, C), DROP INDEX idx;
-# TODO (Bug#14529475): investigate why this is nondeterministic
---error 0,ER_LOCK_WAIT_TIMEOUT,ER_LOCK_DEADLOCK
+--error ER_LOCK_WAIT_TIMEOUT
reap;
SELECT * FROM child;
No bundle (reason: useless for push emails).| Thread |
|---|
| • bzr push into mysql-5.6 branch (marko.makela:4599 to 4600) Bug#14529475 | marko.makela | 14 Feb 2013 |