List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:April 6 2005 10:24pm
Subject:bk commit into 5.0 tree (jimw:1.1887)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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
  1.1887 05/04/06 15:24:12 jimw@stripped +1 -0
  Merge mysql.com:/home/jimw/my/mysql-4.1-clean
  into mysql.com:/home/jimw/my/mysql-5.0-clean

  client/mysqlcheck.c
    1.47 05/04/06 15:24:11 jimw@stripped +0 -0
    Auto merged

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-clean/RESYNC

--- 1.46/client/mysqlcheck.c	2005-02-04 11:44:04 -08:00
+++ 1.47/client/mysqlcheck.c	2005-04-06 15:24:11 -07:00
@@ -566,6 +566,7 @@
   my_bool found_error=0;
 
   res = mysql_use_result(sock);
+
   prev[0] = '\0';
   for (i = 0; (row = mysql_fetch_row(res)); i++)
   {
@@ -595,7 +596,7 @@
     putchar('\n');
   }
   if (found_error && opt_auto_repair && what_to_do != DO_REPAIR &&
-      (!opt_fast || strcmp(row[3],"OK")))
+      !opt_fast)
     insert_dynamic(&tables4repair, prev);
   mysql_free_result(res);
 }
Thread
bk commit into 5.0 tree (jimw:1.1887)Jim Winstead7 Apr