#At file:///home/bm136801/my/mtr-tr/ based on revid:bjorn.munch@stripped
2982 Bjorn Munch 2010-11-07
Added one mtr warning suppression after 57840 upmerge
modified:
mysql-test/include/mtr_warnings.sql
=== modified file 'mysql-test/include/mtr_warnings.sql'
--- a/mysql-test/include/mtr_warnings.sql 2010-08-04 12:38:29 +0000
+++ b/mysql-test/include/mtr_warnings.sql 2010-11-07 14:54:38 +0000
@@ -223,6 +223,9 @@ INSERT INTO global_suppressions VALUES
*/
("Found lock of type 6 that is write and read locked"),
+ /* After BUG#57840, we may restart master w/o restarting slave */
+ ("The master.s UUID has changed, although this should not happen"),
+
("THE_LAST_SUPPRESSION")||
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20101107145438-b3m2uly4v8vqf1wq.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-mtr branch (bjorn.munch:2982) | Bjorn Munch | 7 Nov |