List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:April 13 2007 9:44am
Subject:bk commit into 5.1 tree (svoj:1.2563)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of svoj. When svoj 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-04-13 12:44:02+05:00, svoj@stripped +3 -0
  Merge mysql.com:/home/svoj/devel/mysql/BUG27516/mysql-5.0-engines
  into  mysql.com:/home/svoj/devel/mysql/BUG27516/mysql-5.1-engines
  MERGE: 1.1810.2374.116

  sql/item_func.cc@stripped, 2007-04-13 12:43:59+05:00, svoj@stripped +0 -0
    Auto merged
    MERGE: 1.270.1.63

  sql/sql_table.cc@stripped, 2007-04-13 12:43:59+05:00, svoj@stripped +0 -0
    Auto merged
    MERGE: 1.239.1.99

  storage/myisam/mi_info.c@stripped, 2007-04-13 12:43:59+05:00, svoj@stripped +0 -0
    Auto merged
    MERGE: 1.15.3.2

  storage/myisam/mi_info.c@stripped, 2007-04-13 12:43:59+05:00, svoj@stripped +0 -0
    Merge rename: myisam/mi_info.c -> storage/myisam/mi_info.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:	svoj
# Host:	june.mysql.com
# Root:	/home/svoj/devel/mysql/BUG27516/mysql-5.1-engines/RESYNC

--- 1.15.3.1/myisam/mi_info.c	2007-04-13 12:38:26 +05:00
+++ 1.20/storage/myisam/mi_info.c	2007-04-13 12:43:59 +05:00
@@ -84,13 +84,6 @@ int mi_status(MI_INFO *info, register MI
     x->key_map	 	= share->state.key_map;
     x->data_file_name   = share->data_file_name;
     x->index_file_name  = share->index_file_name;
-    /*
-      The following should be included even if we are not compiling with
-      USE_RAID as the client must be able to request it!
-    */
-    x->raid_type= share->base.raid_type;
-    x->raid_chunks= share->base.raid_chunks;
-    x->raid_chunksize= share->base.raid_chunksize;
   }
   if ((flag & HA_STATUS_TIME) && !my_fstat(info->dfile,&state,MYF(0)))
     x->update_time=state.st_mtime;
Thread
bk commit into 5.1 tree (svoj:1.2563)Sergey Vojtovich13 Apr