mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Enable TokuDB online ALTER
sql/create_options.cc: an utility function to compare two filled-in engine_option structures sql/sql_table.cc: * two keys are different if their option_struct's differ (for ALTER TABLE DROP key, ADD key) * engines doing inplace alter must see the new frm image
This commit is contained in:
@ -96,4 +96,7 @@ uchar *engine_table_options_frm_image(uchar *buff,
|
||||
engine_option_value *table_option_list,
|
||||
List<Create_field> &create_fields,
|
||||
uint keys, KEY *key_info);
|
||||
|
||||
bool engine_options_differ(void *old_struct, void *new_struct,
|
||||
ha_create_table_option *rules);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user