1. 01 Mar, 2012 1 commit
  2. 28 Feb, 2012 2 commits
    • Michael Widenius's avatar
      Automatic merge · adf3deda
      Michael Widenius authored
      adf3deda
    • Michael Widenius's avatar
      Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'" · cf06b29f
      Michael Widenius authored
      The issue was that Aria allowed too long keys to be created (so that the internal buffer was not big enough to hold the whole key).
      Key lengths is now limited to HA_MAX_KEY_LENGTH (1000), as for MyISAM.
      Fixed failure in  "_ma_apply_redo_index: Assertion `new_page_length == 0", as found by buildbot.
      
      mysql-test/suite/maria/r/maria.result:
        Updated results
      mysql-test/suite/maria/r/maria3.result:
        Updated results. Added test for bug fix
      mysql-test/suite/maria/t/maria3.test:
        Updated results. Added test for bug fix
      mysql-test/suite/maria/t/optimize.test:
        Updated test for new max key length
      storage/maria/ha_maria.cc:
        Limit key to HA_MAX_KEY_LENGTH.
      storage/maria/ma_key_recover.c:
        Limit used page length to max page size (this is in line with the code that writes the entry to the log).
        This fixes failure in  "_ma_apply_redo_index: Assertion `new_page_length == 0", as found by buildbot.
      storage/maria/ma_search.c:
        Extra DBUG
      storage/maria/ma_write.c:
        Added test to detect errors earlier.
      cf06b29f
  3. 26 Feb, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #939866. · 5db67c72
      Igor Babaev authored
      The field key_cache_mem_size of the KEY_CACHE structure must be
      initialized in the function init_key_cache() and updated in the
      function resize_key_cache().
      5db67c72
  4. 25 Feb, 2012 1 commit
  5. 24 Feb, 2012 2 commits
  6. 22 Feb, 2012 1 commit
  7. 21 Feb, 2012 3 commits
  8. 20 Feb, 2012 12 commits
  9. 17 Feb, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #933117. · c563ea07
      Igor Babaev authored
      The bug was fixed with the code back-ported from the patch for LP bug 800184
      pushed into mariadb-5.3.
      c563ea07
  10. 12 Feb, 2012 1 commit
  11. 11 Feb, 2012 4 commits
  12. 03 Feb, 2012 3 commits
  13. 25 Jan, 2012 1 commit
  14. 23 Jan, 2012 1 commit
  15. 21 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #919427. · bb4053af
      Igor Babaev authored
      The function subselect_uniquesubquery_engine::copy_ref_key has to take into
      account that when EXPLAIN is processed the array of store_key object created
      for any TABLE_REF may contain elements for constant items. These items should
      be ignored by thefunction.
      bb4053af
  16. 12 Jan, 2012 4 commits
  17. 11 Jan, 2012 1 commit