List:Commits« Previous MessageNext Message »
From:Sergey Petrunia Date:June 30 2007 3:40pm
Subject:bk commit into 5.2 tree (sergefp:1.2537)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of psergey. When psergey 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-06-30 19:40:22+04:00, sergefp@stripped +1 -0
  Fix compiler warnings

  tests/mysql_client_test.c@stripped, 2007-06-30 19:40:12+04:00, sergefp@stripped +5 -5
    Fix compiler warnings

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	sergefp
# Host:	pylon.mylan
# Root:	/home/psergey/mysql-5.2-wl1110-fix

--- 1.243/tests/mysql_client_test.c	2007-06-30 19:40:27 +04:00
+++ 1.244/tests/mysql_client_test.c	2007-06-30 19:40:27 +04:00
@@ -14563,12 +14563,12 @@
 
 static void test_bug11901()
 {
-  MYSQL_STMT *stmt;
-  MYSQL_BIND my_bind[2];
+/*  MYSQL_STMT *stmt;
+  MYSQL_BIND my_bind[2]; */
   int rc;
-  char workdept[20];
-  ulong workdept_len;
-  uint32 empno;
+/*  char workdept[20];
+  ulong workdept_len; 
+  uint32 empno; */
   const char *stmt_text;
 
   myheader("test_bug11901");
Thread
bk commit into 5.2 tree (sergefp:1.2537)Sergey Petrunia30 Jun