List:Commits« Previous MessageNext Message »
From:Vladislav Vaintroub Date:January 9 2008 6:43pm
Subject:bk commit into 6.0 tree (vvaintroub:1.2775)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of . When  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-01-09 19:42:40+01:00, vvaintroub@vaio. +2 -0
  Fix regression in the testsuite caused by definition of the
  new parameter falcon_debug_autoflush

  mysql-test/suite/falcon/r/falcon_options.result@stripped, 2008-01-09 19:42:27+01:00, vvaintroub@vaio. +2 -0
    Added falcon_debug_autoflush

  mysql-test/suite/falcon/r/falcon_options2.result@stripped, 2008-01-09 19:42:29+01:00, vvaintroub@vaio. +1 -0
    Added falcon_debug_autoflush

diff -Nrup a/mysql-test/suite/falcon/r/falcon_options.result b/mysql-test/suite/falcon/r/falcon_options.result
--- a/mysql-test/suite/falcon/r/falcon_options.result	2007-12-27 07:23:30 +01:00
+++ b/mysql-test/suite/falcon/r/falcon_options.result	2008-01-09 19:42:27 +01:00
@@ -2,6 +2,7 @@ SHOW VARIABLES LIKE 'falcon_%';
 Variable_name	Value
 falcon_checkpoint_schedule	7 * * * * *
 falcon_consistent_read	ON
+falcon_debug_autoflush	ON
 falcon_debug_mask	0
 falcon_debug_server	OFF
 falcon_debug_trace	0
@@ -77,6 +78,7 @@ WHERE variable_name LIKE 'falcon%';
 VARIABLE_NAME	VARIABLE_VALUE
 FALCON_CHECKPOINT_SCHEDULE	7 * * * * *
 FALCON_CONSISTENT_READ	ON
+FALCON_DEBUG_AUTOFLUSH	ON
 FALCON_DEBUG_MASK	4096
 FALCON_DEBUG_SERVER	OFF
 FALCON_DEBUG_TRACE	0
diff -Nrup a/mysql-test/suite/falcon/r/falcon_options2.result b/mysql-test/suite/falcon/r/falcon_options2.result
--- a/mysql-test/suite/falcon/r/falcon_options2.result	2007-12-27 07:23:33 +01:00
+++ b/mysql-test/suite/falcon/r/falcon_options2.result	2008-01-09 19:42:29 +01:00
@@ -3,6 +3,7 @@ WHERE variable_name LiKE 'falcon_%';
 VARIABLE_NAME	VARIABLE_VALUE
 FALCON_CHECKPOINT_SCHEDULE	7 * * * * *
 FALCON_CONSISTENT_READ	ON
+FALCON_DEBUG_AUTOFLUSH	ON
 FALCON_DEBUG_MASK	0
 FALCON_DEBUG_SERVER	OFF
 FALCON_DEBUG_TRACE	0
Thread
bk commit into 6.0 tree (vvaintroub:1.2775)Vladislav Vaintroub9 Jan