~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Brian Aker
  • Date: 2011-01-05 16:29:27 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20110105162927-fi2gnmlz35qcagik
Add additional gperf for non-reserved SQL keywords.

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(message::Table &table_proto,
35
 
                      List<CreateField> &create_fields,
36
 
                      HA_CREATE_INFO *create_info,
37
 
                      uint32_t keys,
38
 
                      KeyInfo *key_info);
39
 
 
40
34
bool rea_create_table(Session *session,
41
 
                      const identifier::Table &identifier,
 
35
                      const TableIdentifier &identifier,
42
36
                      message::Table &table_proto,
43
37
                      HA_CREATE_INFO *create_info,
44
38
                      List<CreateField> &create_field,