~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-08-05 06:19:05 UTC
  • mfrom: (244.1.1 drizzle-mem-ebay)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: brian@tangent.org-20080805061905-1r8krslxae65qh76
Merge from Harrison Fisk of the Ebay + Google Hash engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4071
4071
    create_info->max_rows= table->s->max_rows;
4072
4072
  if (!(used_fields & HA_CREATE_USED_AVG_ROW_LENGTH))
4073
4073
    create_info->avg_row_length= table->s->avg_row_length;
 
4074
  if (!(used_fields & HA_CREATE_USED_BLOCK_SIZE))
 
4075
    create_info->block_size= table->s->block_size;
4074
4076
  if (!(used_fields & HA_CREATE_USED_DEFAULT_CHARSET))
4075
4077
    create_info->default_table_charset= table->s->table_charset;
4076
4078
  if (!(used_fields & HA_CREATE_USED_AUTO) && table->found_next_number_field)