~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • Committer: Brian Aker
  • Date: 2010-11-27 13:38:27 UTC
  • mfrom: (1955.1.3 quick)
  • Revision ID: brian@tangent.org-20101127133827-fowoi26sizq1zneg
Rollup of staging, mostly UDL

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
*/
544
544
 
545
545
bool rea_create_table(Session *session,
546
 
                      const TableIdentifier &identifier,
 
546
                      TableIdentifier &identifier,
547
547
                      message::Table &table_proto,
548
548
                      HA_CREATE_INFO *create_info,
549
549
                      List<CreateField> &create_fields,