~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_drizzle.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:
79
79
    {
80
80
      tables.clear();
81
81
    }
82
 
    bool populateTables();
 
82
    bool populateTables(void);
 
83
    bool populateTables(const std::vector<std::string> &table_names);
83
84
    void setCollate(const char* newCollate);
84
85
 
85
86
};