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, 2006-07-26 12:21:34+02:00, msvensson@neptunus.(none) +1 -0
Change mtr_error to mtr_warning allowing processing to continue when mysqld fails to start
mysql-test/mysql-test-run.pl@stripped, 2006-07-26 12:21:31+02:00, msvensson@neptunus.(none) +1 -1
Report warining when failure to start mysqld was detected, this will allow the testcase to continue executing.
The failure to start mysqld will be caugt when executing mysqltest
# 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.1-new-maint
--- 1.146/mysql-test/mysql-test-run.pl 2006-07-26 12:21:41 +02:00
+++ 1.147/mysql-test/mysql-test-run.pl 2006-07-26 12:21:41 +02:00
@@ -3355,7 +3355,7 @@ sub run_testcase_start_servers($) {
if (mysqld_wait_started($mysqld))
{
- mtr_error("Failed to start $mysqld->{'type'} mysqld $mysqld->{'idx'}");
+ mtr_warning("Failed to start $mysqld->{'type'} mysqld $mysqld->{'idx'}");
}
}
}
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2234) | msvensson | 26 Jul |