diff options
Diffstat (limited to 'ndb/test/ndbapi/msa.cpp')
-rw-r--r-- | ndb/test/ndbapi/msa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/msa.cpp b/ndb/test/ndbapi/msa.cpp index 7a734f9cb79..e39f7a8c64a 100644 --- a/ndb/test/ndbapi/msa.cpp +++ b/ndb/test/ndbapi/msa.cpp @@ -971,6 +971,7 @@ void ShowHelp(const char* szCmd) int main(int argc, char* argv[]) { + ndb_init(); int iRes = -1; g_nNumThreads = 0; g_nMaxCallsPerSecond = 0; |