mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -1918,7 +1918,12 @@ retry_share:
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
if (!((flags & MYSQL_OPEN_IGNORE_FLUSH) ||
|
||||
(wsrep_on(thd) && thd->wsrep_applier)))
|
||||
#else
|
||||
if (!(flags & MYSQL_OPEN_IGNORE_FLUSH))
|
||||
#endif
|
||||
{
|
||||
if (share->tdc->flushed)
|
||||
{
|
||||
|
Reference in New Issue
Block a user