mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Fix a compile-time warning.
This commit is contained in:
parent
cda19dfbd5
commit
90b517adfe
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…
Add table
Add a link
Reference in a new issue