mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
merged
This commit is contained in:
@@ -68,6 +68,7 @@ typedef struct st_mi_isaminfo /* Struct from h_info */
|
||||
ulong mean_reclength; /* Mean recordlength (if packed) */
|
||||
ulonglong auto_increment;
|
||||
ulonglong key_map; /* Which keys are used */
|
||||
char *data_file_name, *index_file_name;
|
||||
uint keys; /* Number of keys in use */
|
||||
uint options; /* HA_OPTIONS_... used */
|
||||
int errkey, /* With key was dupplicated on err */
|
||||
@@ -86,6 +87,7 @@ typedef struct st_mi_isaminfo /* Struct from h_info */
|
||||
|
||||
typedef struct st_mi_create_info
|
||||
{
|
||||
char *index_file_name, *data_file_name; /* If using symlinks */
|
||||
ha_rows max_rows;
|
||||
ha_rows reloc_rows;
|
||||
ulonglong auto_increment;
|
||||
|
Reference in New Issue
Block a user