mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-34060 Unexpected behavior upon reading I_S.ALL_PLUGINS under limited tmp space.
This commit is contained in:
@@ -4972,7 +4972,10 @@ int JOIN::exec_inner()
|
||||
|
||||
if ((this->select_lex->options & OPTION_SCHEMA_TABLE) &&
|
||||
get_schema_tables_result(this, PROCESSED_BY_JOIN_EXEC))
|
||||
DBUG_RETURN(0);
|
||||
{
|
||||
error= thd->is_error();
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
||||
if (select_options & SELECT_DESCRIBE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user