remove compiler warning

This commit is contained in:
unknown 2007-04-26 13:56:09 +02:00
commit 7e42f6b430

View file

@ -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();