mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.10 into 10.11
This commit is contained in:
@ -879,7 +879,8 @@ bool mysql_insert(THD *thd, TABLE_LIST *table_list,
|
||||
save_insert_query_plan(thd, table_list);
|
||||
if (thd->lex->describe)
|
||||
{
|
||||
retval= thd->lex->explain->send_explain(thd);
|
||||
bool extended= thd->lex->describe & DESCRIBE_EXTENDED;
|
||||
retval= thd->lex->explain->send_explain(thd, extended);
|
||||
goto abort;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user