List:Commits« Previous MessageNext Message »
From:ingo Date:July 30 2006 4:19am
Subject:bk commit into 5.0 tree (ingo:1.2210) BUG#20719
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mydev. When mydev 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, 2006-07-30 06:19:30+02:00, ingo@stripped +1 -0
  Bug#20719 - Reading dynamic records with write buffer could fail
  After merge fix

  myisam/mi_dynrec.c@stripped, 2006-07-30 06:19:27+02:00, ingo@stripped +0 -3
    Bug#20719 - Reading dynamic records with write buffer could fail
    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:	ingo
# Host:	chilla.local
# Root:	/home/mydev/mysql-5.0-bug20719

--- 1.42/myisam/mi_dynrec.c	2006-07-30 06:19:35 +02:00
+++ 1.43/myisam/mi_dynrec.c	2006-07-30 06:19:35 +02:00
@@ -1187,9 +1187,6 @@ int _mi_read_dynamic_record(MI_INFO *inf
 	  info->rec_cache.pos_in_file < filepos + MI_BLOCK_INFO_HEADER_LENGTH &&
 	  flush_io_cache(&info->rec_cache))
 	goto err;
-      /* A corrupted table can have wrong pointers. (Bug# 19835) */
-      if (block_info.next_filepos == HA_OFFSET_ERROR)
-        goto panic;
       info->rec_cache.seek_not_done=1;
       if ((b_type= _mi_get_block_info(&block_info, file, filepos))
 	  & (BLOCK_DELETED | BLOCK_ERROR | BLOCK_SYNC_ERROR |
Thread
bk commit into 5.0 tree (ingo:1.2210) BUG#20719ingo30 Jul