~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-10-24 21:55:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2449.
  • Revision ID: olafvdspek@gmail.com-20111024215516-eu30mb3yhh9a28zq
Use str_ref

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,