mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +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
|
||||
TransporterFacade::for_each(NdbApiSignal* aSignal, LinearSectionPtr ptr[3])
|
||||
{
|
||||
DBUG_ENTER("TransporterFacade::connected");
|
||||
DBUG_ENTER("TransporterFacade::for_each");
|
||||
Uint32 sz = m_threads.m_statusNext.size();
|
||||
TransporterFacade::ThreadData::Object_Execute oe;
|
||||
for (Uint32 i = 0; i < sz ; i ++)
|
||||
|
|
Loading…
Add table
Reference in a new issue