200
200
List<Key_part_spec> ref_columns;
202
202
Foreign_key(const LEX_STRING &name_arg, List<Key_part_spec> &cols,
203
203
Table_ident *table, List<Key_part_spec> &ref_cols,
205
205
:Key(FOREIGN_KEY, name_arg, &default_key_create_info, 0, cols),
206
206
ref_table(table), ref_columns(ref_cols),
207
207
delete_opt(delete_opt_arg), update_opt(update_opt_arg),