mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
merging with mysql-5.1-bugteam
This commit is contained in:
commit
5f1b33049a
1 changed files with 6 additions and 6 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Reference in a new issue