~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Stewart Smith
  • Date: 2011-02-24 07:46:16 UTC
  • mto: (2200.1.2 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2201.
  • Revision ID: stewart@flamingspork.com-20110224074616-l2rmp406vf78x71q
add ER_NO_LOCK_HELD error code, and expect it in case of UNLOCK TABLES without any locks held.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#define COLUMN_COMMENT_MAXLEN 1024
32
32
#define INDEX_COMMENT_MAXLEN 1024
33
33
 
 
34
bool fill_table_proto(identifier::Table::const_reference identifier,
 
35
                      message::Table &table_proto,
 
36
                      List<CreateField> &create_fields,
 
37
                      HA_CREATE_INFO *create_info,
 
38
                      uint32_t keys,
 
39
                      KeyInfo *key_info);
 
40
 
34
41
bool rea_create_table(Session *session,
35
 
                      const TableIdentifier &identifier,
 
42
                      const identifier::Table &identifier,
36
43
                      message::Table &table_proto,
37
44
                      HA_CREATE_INFO *create_info,
38
45
                      List<CreateField> &create_field,