Skip to content

Commit

Permalink
Merge MDEV-8103 into 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knielsen committed May 6, 2015
2 parents b9c89ad + ef99edf commit 5c83368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5640,7 +5640,7 @@ TABLE *open_table_uncached(THD *thd, handlerton *hton,
/* Temporary tables are not safe for parallel replication. */
if (thd->rgi_slave && thd->rgi_slave->is_parallel_exec &&
thd->wait_for_prior_commit())
return NULL;
DBUG_RETURN(NULL);
}

/* Create the cache_key for temporary tables */
Expand Down

0 comments on commit 5c83368

Please sign in to comment.