Commit 926a055e authored by unknown's avatar unknown

small fixes, see respective file


ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
  removed debug code
ndb/src/mgmsrv/main.cpp:
  changed to use my_init and some help test changes
parent a95fd2d9
......@@ -12562,7 +12562,7 @@ void Dbacc::releaseLcpConnectRec(Signal* signal)
/* --------------------------------------------------------------------------------- */
void Dbacc::releaseOpRec(Signal* signal)
{
#ifdef VM_TRACE
#if 0
// DEBUG CODE
// Check that the operation to be released isn't
// already in the list of free operations
......
......@@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include <my_pthread.h>
#include <my_sys.h>
#include "MgmtSrvr.hpp"
#include "EventLogger.hpp"
......@@ -109,7 +109,7 @@ struct getargs args[] = {
"Specify cluster configuration file", "filename" },
#ifndef DBUG_OFF
{ "debug", 0, arg_string, &debug_option,
"Specify debug option", "options" },
"Specify debug option e.d. d:t:i:o,out.trace", "options" },
#endif
{ "daemon", 'd', arg_flag, &glob.daemon,
"Run ndb_mgmd in daemon mode" },
......@@ -143,7 +143,7 @@ NDB_MAIN(mgmsrv){
exit(1);
}
my_thread_global_init();
my_init();
#ifndef DBUG_OFF
if (debug_option)
DBUG_PUSH(debug_option);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment