~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:51:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605225106-8xrsftpf50tdpumn
No actual code changes. Changed Create_field to CreateField to be consistent with coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                     const char *db, const char *table_name,
37
37
                     drizzled::message::Table *table_proto,
38
38
                     HA_CREATE_INFO *create_info,
39
 
                     List<Create_field> &create_field,
 
39
                     List<CreateField> &create_field,
40
40
                     uint32_t key_count,KEY *key_info,
41
41
                     bool is_like);
42
42