~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2008-09-26 23:52:54 UTC
  • Revision ID: brian@tangent.org-20080926235254-537jgpyq4g4ce0n2
First pass to dump legacy types (wow! this has been a long time coming)

Show diffs side-by-side

added added

removed removed

Lines of Context:
496
496
  if (db_create_options & HA_OPTION_LONG_BLOB_PTR)
497
497
    share->blob_ptr_size= portable_sizeof_char_ptr;
498
498
  /* Set temporarily a good value for db_low_byte_first */
499
 
  share->db_low_byte_first= test(legacy_db_type != DB_TYPE_ISAM);
 
499
  share->db_low_byte_first= true;
500
500
  error=4;
501
501
  share->max_rows= uint4korr(head+18);
502
502
  share->min_rows= uint4korr(head+22);