mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
separate online_alter_cache_data from binlog_cache_data
This commit is contained in:
@@ -5556,7 +5556,7 @@ public:
|
||||
Item *sp_prepare_func_item(Item **it_addr, uint cols);
|
||||
bool sp_eval_expr(Field *result_field, Item **expr_item_ptr);
|
||||
|
||||
ilist<binlog_cache_data> online_alter_cache_list;
|
||||
ilist<online_alter_cache_data> online_alter_cache_list;
|
||||
|
||||
bool sql_parser(LEX *old_lex, LEX *lex,
|
||||
char *str, uint str_len, bool stmt_prepare_mode);
|
||||
|
Reference in New Issue
Block a user