1. 14 Feb, 2008 11 commits
  2. 13 Feb, 2008 3 commits
  3. 12 Feb, 2008 3 commits
    • unknown's avatar
      Merge mysql.com:/home/ram/work/mysql-5.1-engines · 680bda70
      unknown authored
      into  mysql.com:/home/ram/work/b33758/b33758.5.1
      
      680bda70
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b33758/b33758.5.0 · c1379f11
      unknown authored
      into  mysql.com:/home/ram/work/b33758/b33758.5.1
      
      
      storage/myisam/mi_open.c:
        Auto merged
      c1379f11
    • unknown's avatar
      Fix for bug #33758: Got query result when using ORDER BY ASC, but · 36a050d6
      unknown authored
      empty result when using DESC
      
      Problem: fetching MyISAM keys we copy a key block pointer to the end of the key buffer.
      However, we don't take into account the pointer length calculatig the buffer size,
      that may leads to memory overwriting and in turn to unpredictable results.
      
      Fix: increase key buffer size by length of the key block pointer.
      
      Note: no simple test case.
      
      
      myisam/mi_open.c:
        Fix for bug #33758: Got query result when using ORDER BY ASC, but 
        empty result when using DESC
          - increase possible maximum key length by size of the key block pointer,
            as it's copied into the key buffer in the get_key() MyISAM functions.
      36a050d6
  4. 11 Feb, 2008 8 commits
  5. 09 Feb, 2008 3 commits
  6. 08 Feb, 2008 12 commits