Fix a compile-time warning.

This commit is contained in:
kostja@vajra.(none) 2007-05-28 16:31:16 +04:00
parent e0571ebb90
commit 568bf9e38a

View file

@ -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#"