mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.1 (with ANALYZE) and 10.1-explain-json
This commit is contained in:
@ -3060,6 +3060,7 @@ public:
|
||||
CHANGED_TABLE_LIST * changed_table_dup(const char *key, long key_length);
|
||||
int send_explain_fields(select_result *result);
|
||||
void make_explain_field_list(List<Item> &field_list);
|
||||
void make_explain_json_field_list(List<Item> &field_list);
|
||||
/**
|
||||
Clear the current error, if any.
|
||||
We do not clear is_fatal_error or is_fatal_sub_stmt_error since we
|
||||
|
Reference in New Issue
Block a user