1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Store and read engine type string in extra block of .frm.

This commit is contained in:
svoj@mysql.com
2005-10-10 23:01:45 +05:00
parent 0b80982497
commit eb8ab30046
4 changed files with 72 additions and 33 deletions

View File

@ -436,6 +436,7 @@ typedef struct st_ha_create_information
uint options; /* OR of HA_CREATE_ options */
uint raid_type,raid_chunks;
uint merge_insert_method;
uint extra_size; /* length of extra data segment */
bool table_existed; /* 1 in create if table existed */
bool frm_only; /* 1 if no ha_create_table() */
bool varchar; /* 1 if table has a VARCHAR */