remove compiler warning

parent ef77deda
...@@ -28,7 +28,7 @@ public: ...@@ -28,7 +28,7 @@ public:
Bank(Ndb_cluster_connection&, bool init = true, const char *dbase="BANK"); Bank(Ndb_cluster_connection&, bool init = true, const char *dbase="BANK");
int setSkipCreate(bool skip) { m_skip_create = skip; } void setSkipCreate(bool skip) { m_skip_create = skip; }
int createAndLoadBank(bool overWrite, bool disk= false, int num_accounts=10); int createAndLoadBank(bool overWrite, bool disk= false, int num_accounts=10);
int dropBank(); int dropBank();
......
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