mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Avoid creating the .frm file twice in some cases
Other things: - Updated code comments & fixed indentation - Removed an old QQ (temporary) comment that does not apply anymore
This commit is contained in:
@ -5172,9 +5172,9 @@ bool ha_flush_logs();
|
||||
void ha_drop_database(char* path);
|
||||
void ha_checkpoint_state(bool disable);
|
||||
void ha_commit_checkpoint_request(void *cookie, void (*pre_hook)(void *));
|
||||
int ha_create_table(THD *thd, const char *path,
|
||||
const char *db, const char *table_name,
|
||||
HA_CREATE_INFO *create_info, LEX_CUSTRING *frm);
|
||||
int ha_create_table(THD *thd, const char *path, const char *db,
|
||||
const char *table_name, HA_CREATE_INFO *create_info,
|
||||
LEX_CUSTRING *frm, bool skip_frm_file);
|
||||
int ha_delete_table(THD *thd, handlerton *db_type, const char *path,
|
||||
const LEX_CSTRING *db, const LEX_CSTRING *alias,
|
||||
bool generate_warning);
|
||||
|
Reference in New Issue
Block a user