mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
This commit is contained in:
commit
9edb19eedf
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue