~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Brian Aker
  • Date: 2009-10-02 19:38:12 UTC
  • mfrom: (1152.1.7 merge)
  • Revision ID: brian@gaz-20091002193812-mpd61oecep74t6gd
Merge Monty + Brian for plugins.

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