~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/database_ms.h

  • Committer: Monty Taylor
  • Date: 2011-03-11 18:48:55 UTC
  • mfrom: (2228.1.8 build)
  • Revision ID: mordred@inaugust.com-20110311184855-1essd3a6xfr7lx6r
Merged Andrew: drizzledump and docs bug fixes
Merged Barry: pbms bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
        
204
204
        static MSDatabase *getDatabase(CSString *db_name, bool create);
205
205
        static MSDatabase *getDatabase(const char *db_name, bool create);
206
 
        static MSDatabase *getDatabase(uint32_t db_id);
 
206
        static MSDatabase *getDatabase(uint32_t db_id, bool missing_ok = false);
207
207
        static uint32_t getDatabaseID(CSString *db_name, bool create);
208
208
        static uint32_t getDatabaseID(const char *db_name, bool create);
209
209