mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fix a compile-time warning.
This commit is contained in:
parent
e0571ebb90
commit
568bf9e38a
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ mysql_prepare_create_table(THD *thd, HA_CREATE_INFO *create_info,
|
|||
handler *file, KEY **key_info_buffer,
|
||||
uint *key_count, int select_field_count);
|
||||
static bool
|
||||
mysql_prepare_alter_table(THD *thd, HA_CREATE_INFO *create_info,
|
||||
mysql_prepare_alter_table(THD *thd, TABLE *table,
|
||||
HA_CREATE_INFO *create_info,
|
||||
Alter_info *alter_info);
|
||||
|
||||
#define MYSQL50_TABLE_NAME_PREFIX "#mysql50#"
|
||||
|
|
Loading…
Reference in a new issue