~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/foreign_key.h

MergeĀ fromĀ Nathan

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    return new (mem_root) Foreign_key(*this, mem_root);
88
88
  }
89
89
  /* Used to validate foreign key options */
90
 
  bool validate(List<Create_field> &table_fields);
 
90
  bool validate(List<CreateField> &table_fields);
91
91
};
92
92
 
93
93
#endif /* DRIZZLED_FOREIGN_KEY_H */