List:Commits« Previous MessageNext Message »
From:msvensson Date:November 26 2007 3:46pm
Subject:bk commit into 5.1 tree (msvensson:1.2644)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-11-26 16:45:58+01:00, msvensson@stripped +1 -0
  Fix warning about possibly uninitialized variable "warnings"

  client/mysql.cc@stripped, 2007-11-26 16:45:56+01:00, msvensson@stripped +1 -1
    Fix warning about possibly uninitialized variable "warnings"

diff -Nrup a/client/mysql.cc b/client/mysql.cc
--- a/client/mysql.cc	2007-11-21 21:09:19 +01:00
+++ b/client/mysql.cc	2007-11-26 16:45:56 +01:00
@@ -2166,7 +2166,7 @@ com_go(String *buffer,char *line __attri
 {
   char		buff[200], time_buff[32], *pos;
   MYSQL_RES	*result;
-  ulong		timer, warnings;
+  ulong		timer, warnings= 0;
   uint		error= 0;
   int           err= 0;
 
Thread
bk commit into 5.1 tree (msvensson:1.2644)msvensson26 Nov