List:Internals« Previous MessageNext Message »
From:mleich Date:August 23 2005 3:18pm
Subject:bk commit into 5.0 tree (mleich:1.1907)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of matthias. When matthias 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
  1.1907 05/08/23 17:18:46 mleich@stripped +1 -0
  Fix for the bug where 
      mysql-test-run.pl --start-dirty 
  starts the server without initialization of data (intended) 
  but accidently kills the server process before exiting.
   

  mysql-test/mysql-test-run.pl
    1.35 05/08/23 17:03:27 mleich@stripped +1 -0
    Additional exit(0) to prevent that the script execution goes on
    and the just started server is killed by the following
    mtr_exit(0). 

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	mleich
# Host:	three.local.lan
# Root:	/home/matthias/Arbeit/mysql-5.0/src-C

--- 1.34/mysql-test/mysql-test-run.pl	2005-08-19 20:55:19 +02:00
+++ 1.35/mysql-test/mysql-test-run.pl	2005-08-23 17:03:27 +02:00
@@ -364,6 +364,7 @@
     if ( mysqld_start('master',0,[],[]) )
     {
       mtr_report("Servers started, exiting");
+      exit(0);
     }
     else
     {
Thread
bk commit into 5.0 tree (mleich:1.1907)mleich23 Aug