Below is the list of changes that have just been committed into a local
5.1 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@stripped, 2008-03-12 10:34:24+01:00, msvensson@stripped +1 -0
Show which servers have been started for --start-and-exit and --start-dirty
mysql-test/mysql-test-run.pl@stripped, 2008-03-12 10:34:21+01:00, msvensson@stripped
+2 -1
Show which servers have been started for --start-and-exit and --start-dirty
diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl 2008-03-11 08:20:42 +01:00
+++ b/mysql-test/mysql-test-run.pl 2008-03-12 10:34:21 +01:00
@@ -2343,7 +2343,8 @@ sub run_testcase ($) {
if ( $opt_start or $opt_start_dirty )
{
$suite_timeout_proc->kill();
- mtr_report("\nServers started, waiting for any of them to die...");
+ mtr_report("\nStarted", started(all_servers()));
+ mtr_report("Waiting for server(s) to exit...");
my $proc= My::SafeProcess->wait_any();
if ( grep($proc eq $_, started(all_servers())) )
{
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2567) | msvensson | 12 Mar |