mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
10.0-base -> 10.0-monty
This commit is contained in:
@ -621,6 +621,8 @@ bool st_select_lex_unit::exec()
|
||||
if (executed && !uncacheable && !describe)
|
||||
DBUG_RETURN(FALSE);
|
||||
executed= 1;
|
||||
if (!(uncacheable & ~UNCACHEABLE_EXPLAIN) && item)
|
||||
item->make_const();
|
||||
|
||||
saved_error= optimize();
|
||||
|
||||
@ -720,6 +722,8 @@ bool st_select_lex_unit::exec()
|
||||
}
|
||||
}
|
||||
|
||||
DBUG_EXECUTE_IF("show_explain_probe_union_read",
|
||||
dbug_serve_apcs(thd, 1););
|
||||
/* Send result to 'result' */
|
||||
saved_error= TRUE;
|
||||
{
|
||||
|
Reference in New Issue
Block a user