~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1672
1672
  session->set_proc_info("creating table");
1673
1673
  create_info->table_existed= 0;                // Mark that table is created
1674
1674
 
1675
 
  create_info->table_options=db_options;
 
1675
  create_info->table_options= db_options;
1676
1676
 
1677
1677
  if (rea_create_table(session, identifier,
1678
1678
                       table_proto,