List:Commits« Previous MessageNext Message »
From:konstantin Date:August 1 2007 6:40pm
Subject:bk commit into 5.1 tree (kostja:1.2572)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kostja. When kostja 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, 2007-08-01 22:40:04+04:00, kostja@bodhi.(none) +1 -0
  Fix a valgrind warning. For some reason it never popped up before.

  sql/sql_class.cc@stripped, 2007-08-01 22:40:00+04:00, kostja@bodhi.(none) +1 -0
    Fix a valgrind warning (row_count_func is used before it was initialized
    in SQLCOM_CALL)

diff -Nrup a/sql/sql_class.cc b/sql/sql_class.cc
--- a/sql/sql_class.cc	2007-07-17 21:33:22 +04:00
+++ b/sql/sql_class.cc	2007-08-01 22:40:00 +04:00
@@ -400,6 +400,7 @@ THD::THD()
   used_tables=0;
   cuted_fields= sent_row_count= row_count= 0L;
   limit_found_rows= 0;
+  row_count_func= -1;
   statement_id_counter= 0UL;
 #ifdef ERROR_INJECT_SUPPORT
   error_inject_value= 0UL;
Thread
bk commit into 5.1 tree (kostja:1.2572)konstantin1 Aug