List:Commits« Previous MessageNext Message »
From:tim Date:May 30 2007 10:41pm
Subject:bk commit into 5.0 tree (tsmith:1.2504)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tsmith. When tsmith 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-05-31 00:40:56+02:00, tsmith@stripped +1 -0
  mysqldump.c:
    Fix harmless typo (caught thanks to warning)

  client/mysqldump.c@stripped, 2007-05-31 00:40:37+02:00, tsmith@stripped +3 -3
    Fix harmless typo (caught thanks to warning)

# 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:	tsmith
# Host:	quadxeon.mysql.com
# Root:	/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50

--- 1.264/client/mysqldump.c	2007-05-27 17:50:07 +02:00
+++ 1.265/client/mysqldump.c	2007-05-31 00:40:37 +02:00
@@ -3268,13 +3268,13 @@ static int do_unlock_tables(MYSQL *mysql
   return mysql_query_with_error_report(mysql_con, 0, "UNLOCK TABLES");
 }
 
-static int get_bin_log_name(MYSQL *mysql_con, 
-                                 char* buff_log_name, uint buff_len)
+static int get_bin_log_name(MYSQL *mysql_con,
+                            char* buff_log_name, uint buff_len)
 {
   MYSQL_RES *res;
   MYSQL_ROW row;
 
-  if (mysql_query(mysql, "SHOW MASTER STATUS") ||
+  if (mysql_query(mysql_con, "SHOW MASTER STATUS") ||
       !(res= mysql_store_result(mysql)))
     return 1;
 
Thread
bk commit into 5.0 tree (tsmith:1.2504)tim31 May