~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Monty Taylor
  • Date: 2009-10-13 06:36:19 UTC
  • mfrom: (1178 staging)
  • mto: (1182.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1183.
  • Revision ID: mordred@inaugust.com-20091013063619-zplf8vwn216i9qlb
Merged up with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                     uint32_t keys,
44
44
                     KEY *key_info);
45
45
 
 
46
int rea_create_table(Session *session, const char *path,
 
47
                     const char *db, const char *table_name,
 
48
                     drizzled::message::Table *table_proto,
 
49
                     HA_CREATE_INFO *create_info,
 
50
                     List<CreateField> &create_field,
 
51
                     uint32_t key_count,KEY *key_info);
46
52
#endif