Below is the list of changes that have just been committed into a local
5.1 repository of guilhem. When guilhem 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.2234 06/07/06 18:01:32 guilhem@stripped +1 -0
Fix for BUG#20349 "mysql-test-run.pl needs to add --debug to
mysql_client_test like mysql-test-run". Nothing to document.
mysql-test/mysql-test-run.pl
1.130 06/07/06 18:01:23 guilhem@stripped +6 -0
if --debug, add debugging of mysql_client_test (useful at least to know what
insert_id values it receives in the ok packets of INSERT).
# 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: guilhem
# Host: gbichot3.local
# Root: /home/mysql_src/mysql-5.1-new-WL3146-handler
--- 1.129/mysql-test/mysql-test-run.pl 2006-07-06 17:56:18 +02:00
+++ 1.130/mysql-test/mysql-test-run.pl 2006-07-06 18:01:23 +02:00
@@ -3354,6 +3354,12 @@
"--port=$master->[0]->{'path_myport'} " .
"--socket=$master->[0]->{'path_mysock'}";
+ if ( $opt_debug )
+ {
+ $cmdline_mysql_client_test .=
+ " --debug=d:t:A,$opt_vardir_trace/log/mysql_client_test.trace";
+ }
+
if ( $glob_use_embedded_server )
{
$cmdline_mysql_client_test.=
| Thread |
|---|
| • bk commit into 5.1 tree (guilhem:1.2234) BUG#20349 | guilhem | 6 Jul |