mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Fix DBUG_ENTER to print the correct function name
This commit is contained in:
parent
e4040c77c6
commit
c9eaea856f
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ TransporterFacade::init(Uint32 nodeId, const ndb_mgm_configuration* props)
|
||||||
void
|
void
|
||||||
TransporterFacade::for_each(NdbApiSignal* aSignal, LinearSectionPtr ptr[3])
|
TransporterFacade::for_each(NdbApiSignal* aSignal, LinearSectionPtr ptr[3])
|
||||||
{
|
{
|
||||||
DBUG_ENTER("TransporterFacade::connected");
|
DBUG_ENTER("TransporterFacade::for_each");
|
||||||
Uint32 sz = m_threads.m_statusNext.size();
|
Uint32 sz = m_threads.m_statusNext.size();
|
||||||
TransporterFacade::ThreadData::Object_Execute oe;
|
TransporterFacade::ThreadData::Object_Execute oe;
|
||||||
for (Uint32 i = 0; i < sz ; i ++)
|
for (Uint32 i = 0; i < sz ; i ++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue