~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2011-01-10 02:13:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2069.
  • Revision ID: brian@tangent.org-20110110021314-dye0guuovwz4oi3j
Formattting, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
528
528
}
529
529
 
530
530
static int prepare_create_table(Session *session,
531
 
                                      HA_CREATE_INFO *create_info,
532
 
                                      message::Table &create_proto,
533
 
                                      AlterInfo *alter_info,
534
 
                                      bool tmp_table,
535
 
                                      uint32_t *db_options,
536
 
                                      KeyInfo **key_info_buffer,
537
 
                                      uint32_t *key_count,
538
 
                                      int select_field_count)
 
531
                                HA_CREATE_INFO *create_info,
 
532
                                message::Table &create_proto,
 
533
                                AlterInfo *alter_info,
 
534
                                bool tmp_table,
 
535
                                uint32_t *db_options,
 
536
                                KeyInfo **key_info_buffer,
 
537
                                uint32_t *key_count,
 
538
                                int select_field_count)
539
539
{
540
540
  const char    *key_name;
541
541
  CreateField   *sql_field,*dup_field;