~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

Simple encapsulation for table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
884
884
 
885
885
  table->getMutableShare()->blob_field.resize(field_count+1);
886
886
  uint32_t *blob_field= &table->getMutableShare()->blob_field[0];
887
 
  table->getMutableShare()->blob_ptr_size= portable_sizeof_char_ptr;
888
887
  table->getMutableShare()->db_low_byte_first=1;                // True for HEAP and MyISAM
889
888
  table->getMutableShare()->table_charset= param->table_charset;
890
889
  table->getMutableShare()->keys_for_keyread.reset();