List:Commits« Previous MessageNext Message »
From:ingo Date:May 3 2006 2:39pm
Subject:bk commit into 5.1 tree (ingo:1.2388)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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
  1.2388 06/05/03 16:39:14 ingo@stripped +1 -0
  Merge mysql.com:/home/mydev/mysql-5.0-bug10405
  into  mysql.com:/home/mydev/mysql-5.1-bug10405

  storage/myisam/mi_check.c
    1.143 06/05/03 16:39:07 ingo@stripped +0 -0
    Auto merged

  storage/myisam/mi_check.c
    1.129.12.2 06/05/03 16:39:07 ingo@stripped +0 -0
    Merge rename: myisam/mi_check.c -> storage/myisam/mi_check.c

# 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.1-bug10405/RESYNC

--- 1.129.12.1/myisam/mi_check.c	2006-05-02 11:01:32 +02:00
+++ 1.143/storage/myisam/mi_check.c	2006-05-03 16:39:07 +02:00
@@ -3901,9 +3901,6 @@
 
   create_info.data_file_length=file_length;
   create_info.auto_increment=share.state.auto_increment;
-  create_info.raid_type=   share.base.raid_type;
-  create_info.raid_chunks= share.base.raid_chunks;
-  create_info.raid_chunksize= share.base.raid_chunksize;
   create_info.language = (param->language ? param->language :
 			  share.state.header.language);
   create_info.key_file_length=  status_info.key_file_length;
Thread
bk commit into 5.1 tree (ingo:1.2388)ingo3 May