1. 11 Feb, 2006 1 commit
    • sergefp@mysql.com's avatar
      BUG#17314: Can't use index_merge/intersection for MERGE tables · f95b5b0a
      sergefp@mysql.com authored
      1. Fix index access costs for MERGE tables, set block_size=myisam_block_size/#underlying_tables 
         instead of 0 which it was before.
      2. Make index scans on MERGE table to return records in (key_tuple, merge_table_rowid) order, 
         instead of just (key_tuple) order. This makes an index scan on MERGE table to be truly a ROR-scan
         which is a requirement for index_merge union/intersection.
      f95b5b0a
  2. 07 Feb, 2006 2 commits
  3. 06 Feb, 2006 9 commits
  4. 05 Feb, 2006 3 commits
  5. 03 Feb, 2006 9 commits
  6. 02 Feb, 2006 12 commits
  7. 01 Feb, 2006 4 commits