List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:April 6 2008 8:24pm
Subject:bk commit into 5.0 tree (skozlov:1.2611) BUG#32654
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of skozlov.  When skozlov 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, 2008-04-06 22:24:29+04:00, skozlov@stripped +2 -0
  Bug#32654. The reason of bug is incorrect clean up during restarting of mysqld under
Windows platform (seems some files were in-use). 
  Mtr restarts servers because an option file exist for slave.
  The option file for slave forces to skip test.foo table for replication. 
  But really test case does not invlved test.foo table at all.
  So option file can be removed and mtr will not restart servers for test case. 

  BitKeeper/deleted/.del-rpl_view-slave.opt@stripped, 2008-04-06 22:11:43+04:00,
skozlov@stripped +0 -0
    Rename: mysql-test/t/rpl_view-slave.opt ->
BitKeeper/deleted/.del-rpl_view-slave.opt

  mysql-test/t/disabled.def@stripped, 2008-04-06 22:24:27+04:00, skozlov@stripped +0 -1
    updated

diff -Nrup a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def
--- a/mysql-test/t/disabled.def	2007-11-28 11:48:04 +03:00
+++ b/mysql-test/t/disabled.def	2008-04-06 22:24:27 +04:00
@@ -18,7 +18,6 @@ im_options_unset     : Bug#20294: Instan
 im_utils             : Bug#20294: Instance manager tests fail randomly
 grant_cache          : Bug#32651: grant_cache.test fails
 rpl_log              : Bug#32653: rpl_log.test fails randomly
-rpl_view             : Bug#32654: rpl_view.test fails randomly
 ndb_backup_print     : Bug#32357: ndb_backup_print test fails sometimes in pushbuild
 rpl_log_pos          : Bug#8693 Test 'rpl_log_pos' fails sometimes
 kill                 : Bug#29149 Test "kill" fails on Windows
diff -Nrup a/mysql-test/t/rpl_view-slave.opt b/mysql-test/t/rpl_view-slave.opt
--- a/mysql-test/t/rpl_view-slave.opt	2006-04-14 13:13:21 +04:00
+++ /dev/null	Wed Dec 31 16:00:00 196900
@@ -1 +0,0 @@
---replicate-ignore-table=test.foo
Thread
bk commit into 5.0 tree (skozlov:1.2611) BUG#32654Serge Kozlov6 Apr