~vjsamuel/drizzle/rplugin-hello-events

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-07-12 01:53:36 UTC
  • mfrom: (1657.1.5 build)
  • Revision ID: brian@gaz-20100712015336-rwizpy354chrut95
Merge in Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        
48
48
        static uint32_t getMaxKeepAlive();
49
49
        
50
 
        static uint64_t getBackupDatabaseID();
51
 
        static void setBackupDatabaseID(uint64_t id);
 
50
        static uint32_t getBackupDatabaseID();
 
51
        static void setBackupDatabaseID(uint32_t id);
52
52
        
53
53
        static const char *getDefaultMetaDataHeaders();
54
54