merging with mysql-5.1-bugteam

This commit is contained in:
Narayanan V 2009-05-05 15:16:05 +05:30
commit 5f1b33049a

View file

@ -876,9 +876,9 @@ typedef struct {
ulonglong delete_length; ulonglong delete_length;
ha_rows records; ha_rows records;
ulong mean_rec_length; ulong mean_rec_length;
time_t create_time; ulong create_time;
time_t check_time; ulong check_time;
time_t update_time; ulong update_time;
ulonglong check_sum; ulonglong check_sum;
} PARTITION_INFO; } PARTITION_INFO;
@ -1037,9 +1037,9 @@ public:
ha_rows records; ha_rows records;
ha_rows deleted; /* Deleted records */ ha_rows deleted; /* Deleted records */
ulong mean_rec_length; /* physical reclength */ ulong mean_rec_length; /* physical reclength */
time_t create_time; /* When table was created */ ulong create_time; /* When table was created */
time_t check_time; ulong check_time;
time_t update_time; ulong update_time;
uint block_size; /* index block size */ uint block_size; /* index block size */
ha_statistics(): ha_statistics():