1. 13 Sep, 2007 1 commit
    • unknown's avatar
      BUG#30583 - Partition on DOUBLE key + INNODB + count(*) == crash · fc7a9058
      unknown authored
      Issuing SELECT COUNT(*) against partitioned InnoDB table may cause
      server crash.
      
      Fixed that not all required fields were included into read_set.
      
      
      mysql-test/r/partition_innodb.result:
        A test case for BUG#30583.
      mysql-test/t/partition_innodb.test:
        A test case for BUG#30583.
      sql/ha_partition.cc:
        Ensure that all fields of current key are included into read_set,
        as partitioning requires them for sorting
        (see ha_partition::handle_ordered_index_scan).
      fc7a9058
  2. 28 Aug, 2007 1 commit
  3. 16 Aug, 2007 1 commit
    • unknown's avatar
      Bug#30359 · 7e9e0efd
      unknown authored
        "Test federated_bug_25714 issues non-existing shell command"
        Problem caused by missing '$' symbol in eval statement causing it
        to always attempt to run test even if the test was not compiled.
      
      
      mysql-test/include/have_bug25714.inc:
        bug30359
          missing '$' in eval statement
      7e9e0efd
  4. 14 Aug, 2007 3 commits
  5. 13 Aug, 2007 5 commits
  6. 10 Aug, 2007 4 commits
  7. 08 Aug, 2007 5 commits
  8. 06 Aug, 2007 19 commits
  9. 05 Aug, 2007 1 commit