mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-22707 : galera got stuck after flush tables
Remove unnecessary condition and add necessary include for non debug Galera library.
This commit is contained in:
@ -1861,7 +1861,7 @@ retry_share:
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
if (!((flags & MYSQL_OPEN_IGNORE_FLUSH) ||
|
||||
(wsrep_on(thd) && thd->wsrep_applier)))
|
||||
(thd->wsrep_applier)))
|
||||
#else
|
||||
if (!(flags & MYSQL_OPEN_IGNORE_FLUSH))
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user