mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.0.14 into 10.1
This commit is contained in:
@ -74,10 +74,10 @@ typedef struct system_status_var STATUS_VAR;
|
||||
#define IS_FILES_STATUS 36
|
||||
#define IS_FILES_EXTRA 37
|
||||
|
||||
int store_create_info(THD *thd, TABLE_LIST *table_list, String *packet,
|
||||
HA_CREATE_INFO *create_info_arg, bool show_database,
|
||||
bool create_or_replace);
|
||||
int view_store_create_info(THD *thd, TABLE_LIST *table, String *buff);
|
||||
typedef enum { WITHOUT_DB_NAME, WITH_DB_NAME } enum_with_db_name;
|
||||
int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
|
||||
HA_CREATE_INFO *create_info_arg,
|
||||
enum_with_db_name with_db_name);
|
||||
|
||||
int copy_event_to_schema_table(THD *thd, TABLE *sch_table, TABLE *event_table);
|
||||
|
||||
|
Reference in New Issue
Block a user