List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:August 12 2010 12:51pm
Subject:bzr commit into mysql-5.5-bugfixing branch (alik:3176)
View as plain text  
#At file:///mnt/raid/alik/MySQL/bzr/00.builds/mysql-5.5-bugfixing/ based on revid:guilhem.bichot@stripped

 3176 Alexander Nozdrin	2010-08-12
      Fix use of uninitialized variable.

    modified:
      sql/sp_head.cc
=== modified file 'sql/sp_head.cc'
--- a/sql/sp_head.cc	2010-08-10 11:32:54 +0000
+++ b/sql/sp_head.cc	2010-08-12 12:51:46 +0000
@@ -1743,7 +1743,7 @@ sp_head::execute_function(THD *thd, Item
                           Field *return_value_fld)
 {
   ulonglong binlog_save_options;
-  bool need_binlog_call;
+  bool need_binlog_call= FALSE;
   uint arg_no;
   sp_rcontext *octx = thd->spcont;
   sp_rcontext *nctx = NULL;


Attachment: [text/bzr-bundle] bzr/alik@sun.com-20100812125146-o3y7ge9fok9as76w.bundle
Thread
bzr commit into mysql-5.5-bugfixing branch (alik:3176)Alexander Nozdrin12 Aug