~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
520
520
};
521
521
 
522
522
Table *create_virtual_tmp_table(Session *session,
523
 
                                List<Create_field> &field_list);
 
523
                                List<CreateField> &field_list);
524
524
 
525
525
typedef struct st_foreign_key_info
526
526
{