List:Commits« Previous MessageNext Message »
From:msvensson Date:April 21 2006 12:30pm
Subject:bk commit into 5.0 tree (msvensson:1.2167)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2167 06/04/21 12:30:33 msvensson@neptunus.(none) +1 -0
  Don't run mysqld when started in ddd
  Maybe we should do the same for gdb?

  mysql-test/mysql-test-run.pl
    1.88 06/04/21 12:30:28 msvensson@neptunus.(none) +1 -2
    Don't run mysqld when started in ddd
    Maybe we should do the same for gdb?

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0

--- 1.87/mysql-test/mysql-test-run.pl	2006-04-11 09:09:15 +02:00
+++ 1.88/mysql-test/mysql-test-run.pl	2006-04-21 12:30:28 +02:00
@@ -3212,8 +3212,7 @@
 	       "break mysql_parse\n" .
 	       "commands 1\n" .
 	       "disable 1\n" .
-	       "end\n" .
-	       "run");
+	       "end");
   }
 
   if ( $opt_manual_ddd )
Thread
bk commit into 5.0 tree (msvensson:1.2167)msvensson21 Apr