~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

Removed dead bits to HA_CREATE_INFO

Show diffs side-by-side

added added

removed removed

Lines of Context:
4000
4000
  }
4001
4001
  if (!(used_fields & HA_CREATE_USED_KEY_BLOCK_SIZE))
4002
4002
    create_info->key_block_size= table->s->key_block_size;
4003
 
  if (!(used_fields & HA_CREATE_USED_TRANSACTIONAL))
4004
 
    create_info->transactional= table->s->transactional;
4005
4003
 
4006
4004
  restore_record(table, s->default_values);     // Empty record for DEFAULT
4007
4005
  Create_field *def;