~brianaker/drizzle/lion-fix

« back to all changes in this revision

Viewing changes to drizzled/foreign_key.h

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:08:12 UTC
  • mfrom: (2445.1.11 rf)
  • Revision ID: me@mark.atwood.name-20111027050812-1icvs72lb0u4xdc4
mergeĀ lp:~olafvdspek/drizzle/refactor8

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  message::Table::ForeignKeyConstraint::ForeignKeyOption update_opt;
51
51
  message::Table::ForeignKeyConstraint::ForeignKeyMatchOption match_opt;
52
52
 
53
 
  Foreign_key(lex_string_t name_arg,
 
53
  Foreign_key(str_ref name_arg,
54
54
              List<Key_part_spec> &cols,
55
55
              Table_ident *table,
56
56
              List<Key_part_spec> &ref_cols,