1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00

ndb_init() to all ndb programs

This commit is contained in:
pekka@mysql.com
2004-09-15 11:49:18 +02:00
parent 4447c23df6
commit 39a4aa39f2
106 changed files with 133 additions and 7 deletions

View File

@@ -985,7 +985,6 @@ int NDBT_TestSuite::execute(int argc, const char** argv){
}
#ifndef DBUG_OFF
my_init();
if (debug_option)
DBUG_PUSH(debug_option);
#endif