mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Fix galera test failures.
This commit is contained in:
parent
e4a52670f4
commit
10d7a2f8e0
1 changed files with 1 additions and 1 deletions
|
@ -2177,7 +2177,7 @@ bool THD::notify_shared_lock(MDL_context_owner *ctx_in_use,
|
|||
#ifdef WITH_WSREP
|
||||
{
|
||||
signalled|= mysql_lock_abort_for_thread(this, thd_table);
|
||||
if (WSREP(this) && wsrep_thd_is_BF((void *)this, FALSE))
|
||||
if (this && WSREP(this) && wsrep_thd_is_BF((void *)this, FALSE))
|
||||
{
|
||||
WSREP_DEBUG("remove_table_from_cache: %llu",
|
||||
(unsigned long long) this->real_id);
|
||||
|
|
Loading…
Add table
Reference in a new issue