mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
EXPLAIN FORMAT=JSON: support EXPLAIN FORMAT=JSON INSERT ...
This commit is contained in:
parent
e235bb864d
commit
c46eadb2b3
4 changed files with 60 additions and 8 deletions
|
|
@ -704,8 +704,7 @@ public:
|
|||
int print_explain(Explain_query *query, select_result_sink *output,
|
||||
uint8 explain_flags, bool is_analyze);
|
||||
void print_explain_json(Explain_query *query, Json_writer *writer,
|
||||
bool is_analyze)
|
||||
{ /* EXPLAIN_JSON_NOT_IMPL */}
|
||||
bool is_analyze);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue