mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
ndb_init() to all ndb programs
This commit is contained in:
@@ -454,6 +454,7 @@ int populate(Ndb * myNdb, int data, async_callback_t * cbData)
|
||||
|
||||
int main()
|
||||
{
|
||||
ndb_init();
|
||||
Ndb* myNdb = new Ndb( "TEST_DB" ); // Object representing the database
|
||||
|
||||
/*******************************************
|
||||
|
Reference in New Issue
Block a user