~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-10-22 16:47:38 UTC
  • mfrom: (1841.1.7 drizzle_pbms)
  • Revision ID: kalebral@gmail.com-20101022164738-vv8w22b8towpb307
Merge Barry - fix bug 657830: PBMS build failure in GCC 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        static int32_t getBeforeUptateEventPosition();
67
67
        
68
68
        static int32_t getBeforeInsertEventPosition();  
 
69
        
 
70
        private:
 
71
        static bool try_LocateDB(CSThread *self, const char *db, bool *found);
 
72
        static bool try_LocateTable(CSThread *self, const char *db, const char *table, bool *found);
 
73
 
69
74
#endif
70
75
};
71
76