~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/foreign_key.h

  • Committer: Henrik Ingo
  • Date: 2011-08-29 12:24:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2412.
  • Revision ID: henrik.ingo@avoinelama.fi-20110829122427-bj271mhsl4cq8nv2
Updated README
 - make sure links are up to date
 - add instructions to "apt-get build-dep drizzle" before first build from source

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