From: Date: March 14 2007 4:46pm Subject: bk commit into 5.1 tree (istruewing:1.2472) BUG#25289 List-Archive: http://lists.mysql.com/commits/21895 X-Bug: 25289 Message-Id: Below is the list of changes that have just been committed into a local 5.1 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:45: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 storage/myisam/ha_myisam.cc@stripped, 2007-03-14 16:45: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.1-bug25289 --- 1.213/storage/myisam/ha_myisam.cc 2007-03-14 16:46:04 +01:00 +++ 1.214/storage/myisam/ha_myisam.cc 2007-03-14 16:46:04 +01:00 @@ -997,7 +997,7 @@ int ha_myisam::repair(THD *thd, MI_CHECK { sql_print_information("Retrying repair of: '%s' failed. " "Please try REPAIR EXTENDED or myisamchk", - table->s->path); + table->s->path.str); DBUG_RETURN(HA_ADMIN_FAILED); }