Commit 64ebe669 authored by unknown's avatar unknown

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 6bb41b7e fbb1e82f
......@@ -28,7 +28,7 @@ public:
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 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