~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_mysql.h

  • Committer: Andrew Hutchings
  • Date: 2010-09-23 20:32:31 UTC
  • mto: (1792.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1793.
  • Revision ID: andrew@linuxjedi.co.uk-20100923203231-9bpfjwm0fih91ize
Fix various bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    {
85
85
      tables.clear();
86
86
    }
87
 
    bool populateTables();
 
87
    bool populateTables(void);
 
88
    bool populateTables(const std::vector<std::string> &table_names);
88
89
    void setCollate(const char* newCollate);
89
90
};
90
91