mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -390,6 +390,9 @@ bool THD::open_temporary_table(TABLE_LIST *tl)
|
||||
rgi_slave->is_parallel_exec &&
|
||||
wait_for_prior_commit())
|
||||
DBUG_RETURN(true);
|
||||
|
||||
if (!table && is_error())
|
||||
DBUG_RETURN(true); // Error when opening table
|
||||
}
|
||||
|
||||
if (!table)
|
||||
|
Reference in New Issue
Block a user