List:Commits« Previous MessageNext Message »
From:ingo Date:March 14 2007 4:42pm
Subject:bk commit into 5.0 tree (istruewing:1.2422) BUG#25289
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of istruewing. When istruewing 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-03-14 16:41:57+01:00, istruewing@stripped +1 -0
  Bug#25289 - repair table causes "my_seek.c:56:
              my_seek: Assertion `fd != -1' failed"
  After merge fix

  sql/ha_myisam.cc@stripped, 2007-03-14 16:41:54+01:00, istruewing@stripped +1 -1
    Bug#25289 - repair table causes "my_seek.c:56:
                my_seek: Assertion `fd != -1' failed"
    After merge fix

# 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:	istruewing
# Host:	chilla.local
# Root:	/home/mydev/mysql-5.0-bug25289

--- 1.176/sql/ha_myisam.cc	2007-03-14 16:42:02 +01:00
+++ 1.177/sql/ha_myisam.cc	2007-03-14 16:42:02 +01:00
@@ -953,7 +953,7 @@ int ha_myisam::repair(THD *thd, MI_CHECK
   {
     sql_print_information("Retrying repair of: '%s' failed. "
                           "Please try REPAIR EXTENDED or myisamchk",
-                          table->path);
+                          table->s->path);
     DBUG_RETURN(HA_ADMIN_FAILED);
   }
 
Thread
bk commit into 5.0 tree (istruewing:1.2422) BUG#25289ingo14 Mar