~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/foreign_key.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

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(const LEX_STRING &name_arg,
 
53
  Foreign_key(const lex_string_t &name_arg,
54
54
              List<Key_part_spec> &cols,
55
55
              Table_ident *table,
56
56
              List<Key_part_spec> &ref_cols,