mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Fix DBUG_ENTER to print the correct function name
This commit is contained in:
parent
c268ce60e4
commit
dad28e635d
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