~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

Merged vcol stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
  */
215
215
  virtual Key *clone(MEM_ROOT *mem_root) const
216
216
  { return new (mem_root) Foreign_key(*this, mem_root); }
 
217
  /* Used to validate foreign key options */
 
218
  bool validate(List<Create_field> &table_fields);
217
219
};
218
220
 
219
221
typedef struct st_mysql_lock