194
192
int open_table_from_share(Session *session, TableShare *share, const char *alias,
195
193
uint32_t db_stat, uint32_t prgflag, uint32_t ha_open_flags,
196
194
Table *outparam, open_table_mode open_mode);
199
195
int read_string(File file, unsigned char* *to, size_t length);
200
196
void free_blobs(Table *table);
201
197
int set_zone(int nr,int min_zone,int max_zone);