~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Brian Aker
  • Date: 2010-12-25 00:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225002849-g73mg6ihulajis0o
First pass in refactoring of the name of my_decimal.

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,