1. 15 Jul, 2006 4 commits
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug20852 · f9eb88e5
      unknown authored
      into  dator5.(none):/home/pappa/push_tree_w28
      
      
      sql/ha_partition.cc:
        Auto merged
      f9eb88e5
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug20770 · cd87e655
      unknown authored
      into  dator5.(none):/home/pappa/push_tree_w28
      
      
      sql/ha_partition.cc:
        Auto merged
      sql/ha_partition.h:
        Auto merged
      cd87e655
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug20767 · 39e48fb2
      unknown authored
      into  dator5.(none):/home/pappa/push_tree_w28
      
      
      sql/ha_partition.cc:
        Auto merged
      sql/ha_partition.h:
        Auto merged
      39e48fb2
    • unknown's avatar
      BUG#20389: Crash when using index scan in reverse order · dd729057
      unknown authored
      
      mysql-test/r/partition_order.result:
        Changed a test case to handle ordered index scan reverse order as well
      mysql-test/t/partition_order.test:
        Changed a test case to handle ordered index scan reverse order as well
      sql/ha_myisam.cc:
        More debug info
      sql/ha_partition.cc:
        Introduced partition_index_read_last to ensure we use index_read_last in those
        cases towards underlying handler.
        Ensured that index_read with HA_READ_PREFIX_LAST, HA_READ_PREFIX_LAST_OR_PREV and
        HA_READ_BEFORE_KEY uses ordered index scan in reverse order.
      sql/ha_partition.h:
        Introduced partition_index_read_last to ensure we use index_read_last in those
        cases towards underlying handler.
        Ensured that index_read with HA_READ_PREFIX_LAST, HA_READ_PREFIX_LAST_OR_PREV and
        HA_READ_BEFORE_KEY uses ordered index scan in reverse order.
      dd729057
  2. 13 Jul, 2006 1 commit
  3. 10 Jul, 2006 1 commit
    • unknown's avatar
      BUG#20893: Valgrind error · 907df8e3
      unknown authored
      
      mysql-test/r/partition_mgm.result:
        Added new test case
      mysql-test/t/partition_mgm.test:
        Added new test case
      sql/ha_partition.cc:
        Fixed memory overwrite, added new variable for memory check
        Problem was when reorganising partitions, the file handles
        got in the wrong place.
      sql/ha_partition.h:
        Added new variable for debugging mostly
      907df8e3
  4. 06 Jul, 2006 23 commits
  5. 05 Jul, 2006 11 commits