merge from lp:codership-mysql/5.5 rev #3895
This commit is contained in:
parent
a2594e96f7
commit
4a11e84414
@ -70,6 +70,8 @@ handlerton *wsrep_hton;
|
|||||||
|
|
||||||
void wsrep_register_hton(THD* thd, bool all)
|
void wsrep_register_hton(THD* thd, bool all)
|
||||||
{
|
{
|
||||||
|
if (thd->wsrep_exec_mode == LOCAL_STATE)
|
||||||
|
{
|
||||||
THD_TRANS *trans=all ? &thd->transaction.all : &thd->transaction.stmt;
|
THD_TRANS *trans=all ? &thd->transaction.all : &thd->transaction.stmt;
|
||||||
for (Ha_trx_info *i= trans->ha_list; WSREP(thd) && i; i = i->next())
|
for (Ha_trx_info *i= trans->ha_list; WSREP(thd) && i; i = i->next())
|
||||||
{
|
{
|
||||||
@ -85,6 +87,7 @@ void wsrep_register_hton(THD* thd, bool all)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user