1. 06 Oct, 2006 1 commit
    • svoj@mysql.com/april.(none)'s avatar
      BUG#22937 - Valgrind failure in 'merge' test (ha_myisammrg.cc:329) · 1e82044c
      svoj@mysql.com/april.(none) authored
      This is addition to fix for bug21617. Valgrind reports an error when
      opening merge table that has underlying tables with less indexes than
      in a merge table itself.
      
      Copy at most min(file->keys, table->key_parts) elements from rec_per_key array.
      This fixes problems when merge table and subtables have different number of keys.
      1e82044c
  2. 02 Oct, 2006 2 commits
  3. 29 Sep, 2006 3 commits
  4. 28 Sep, 2006 6 commits
  5. 27 Sep, 2006 6 commits
  6. 25 Sep, 2006 3 commits
  7. 24 Sep, 2006 1 commit
  8. 23 Sep, 2006 3 commits
  9. 22 Sep, 2006 3 commits
  10. 21 Sep, 2006 2 commits
  11. 20 Sep, 2006 3 commits
  12. 19 Sep, 2006 3 commits
  13. 18 Sep, 2006 2 commits
  14. 16 Sep, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #22085: Crash on the execution of a prepared · dd3b8e4f
      igor@rurik.mysql.com authored
      statement that uses an aggregating IN subquery with 
      HAVING clause.
      A wrong order of the call of split_sum_func2 for the HAVING
      clause of the subquery and the transformation for the 
      subquery resulted in the creation of a andor structure
      that could not be restored at an execution of the prepared
      statement.
      dd3b8e4f
  15. 15 Sep, 2006 1 commit