List:Commits« Previous MessageNext Message »
From:ahristov Date:September 12 2006 1:24pm
Subject:bk commit into 5.1 tree (andrey:1.2310)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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-09-12 13:24:07+02:00, andrey@stripped +1 -0
  correct prototype

  sql/table.h@stripped, 2006-09-12 13:24:04+02:00, andrey@stripped +1 -1
    correct prototype

# 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:	andrey
# Host:	example.com
# Root:	/work/mysql-5.1-runtime-wl3337-tree4

--- 1.151/sql/table.h	2006-09-12 13:24:18 +02:00
+++ 1.152/sql/table.h	2006-09-12 13:24:18 +02:00
@@ -1030,7 +1030,7 @@ typedef struct st_table_field_w_type
 
 my_bool
 table_check_intact(TABLE *table, const uint table_f_count,
-                   const TABLE_FIELD_W_TYPE * const table_def,
+                   const TABLE_FIELD_W_TYPE *table_def,
                    time_t *last_create_time, int error_num);
 
 static inline my_bitmap_map *tmp_use_all_columns(TABLE *table,
Thread
bk commit into 5.1 tree (andrey:1.2310)ahristov12 Sep