~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_mysql.h

  • Committer: Andrew Hutchings
  • Date: 2010-10-12 19:26:10 UTC
  • mto: (1856.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1857.
  • Revision ID: andrew@linuxjedi.co.uk-20101012192610-docm7q75dv4eaf0e
Add foriegn key support for MySQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    bool populateFields();
70
70
    bool populateIndexes();
 
71
    bool populateFkeys();
71
72
    void setEngine(const char* newEngine);
72
73
    void setCollate(const char* newCollate);
73
74
    DrizzleDumpData* getData(void);