List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:October 4 2009 11:53am
Subject:bzr commit into mysql-5.1-bugteam branch (joro:3149)
View as plain text  
#At file:///home/kgeorge/mysql/work/merge-5.1-bugteam/ based on revid:joro@stripped

 3149 Georgi Kodinov	2009-10-04
      Fixed a valgrind error in debug_sync

    modified:
      sql/debug_sync.cc
=== modified file 'sql/debug_sync.cc'
--- a/sql/debug_sync.cc	2009-10-01 13:54:11 +0000
+++ b/sql/debug_sync.cc	2009-10-04 09:53:02 +0000
@@ -1276,7 +1276,7 @@ static bool debug_sync_eval_action(THD *
   const char            *errmsg;
   char                  *ptr;
   char                  *token;
-  uint                  token_length;
+  uint                  token_length= 0;
   DBUG_ENTER("debug_sync_eval_action");
   DBUG_ASSERT(thd);
   DBUG_ASSERT(action_str);


Attachment: [text/bzr-bundle] bzr/joro@sun.com-20091004095302-3f0y0fy46ilkt4hy.bundle
Thread
bzr commit into mysql-5.1-bugteam branch (joro:3149) Georgi Kodinov4 Oct