Commit 80e01eb8 authored by joreland@mysql.com's avatar joreland@mysql.com

add ndb_init

parent f7686868
......@@ -122,6 +122,7 @@ main(int argc, char ** argv){
static int init_ndb(int argc, char** argv)
{
ndb_init();
return 0;
}
......
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