~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2011-02-03 20:32:09 UTC
  • mfrom: (2139.1.4 drizzle-build)
  • Revision ID: brian@tangent.org-20110203203209-r1t4knmy15x5n1w2
Rollup.

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();