Add missing set of fake event flag
The FakeEventTask called the actual DCB handler with a fake task but it didn't set the fake event flag. This caused KILL queries to be treated as if they were network errors.
This commit is contained in:
parent
a73b183555
commit
e725ebb7d0
@ -3327,7 +3327,9 @@ public:
|
||||
{
|
||||
mxb_assert(m_dcb->poll.owner == RoutingWorker::get_current());
|
||||
m_dcb->fakeq = m_buffer;
|
||||
m_dcb->is_fake_event = true;
|
||||
dcb_handler(m_dcb, m_ev);
|
||||
m_dcb->is_fake_event = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user