Commit 9edb19ee authored by tomas@whalegate.ndb.mysql.com's avatar tomas@whalegate.ndb.mysql.com

Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
parents 0326179d 99b81f15
...@@ -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