1. 31 Jul, 2002 8 commits
  2. 30 Jul, 2002 4 commits
  3. 29 Jul, 2002 7 commits
  4. 28 Jul, 2002 2 commits
    • unknown's avatar
      change log entry about previous bugfix. · 017a6ff2
      unknown authored
      017a6ff2
    • unknown's avatar
      fixed query cahe resize bug · 5922f595
      unknown authored
      
      mysql-test/r/query_cache.result:
        query cache resize bug test
      mysql-test/t/query_cache.test:
        query cache resize bug test
      sql/set_var.cc:
        typo fixed
      sql/sql_cache.cc:
        prevent of using very small (unusable) cache size, that cause problem in memory allocation system (query cache resize bug)
      5922f595
  5. 27 Jul, 2002 3 commits
  6. 26 Jul, 2002 6 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a9cb2fb8
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      a9cb2fb8
    • unknown's avatar
      rec_buff should be initialized · c1c15b5a
      unknown authored
      c1c15b5a
    • unknown's avatar
      dyn0dyn.ic, dyn0dyn.h: · 455d72e0
      unknown authored
        Fix the crash on AIX in a simple insert
      
      
      innobase/include/dyn0dyn.h:
        Fix the crash on AIX in a simple insert
      innobase/include/dyn0dyn.ic:
        Fix the crash on AIX in a simple insert
      455d72e0
    • unknown's avatar
      mi_repair* functions need a separate rec_buff :( · f45a01c8
      unknown authored
      f45a01c8
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a55c48de
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      a55c48de
    • unknown's avatar
      MyISAM: always store alloced_rec_buff_length with the buffer itself · 4f462394
      unknown authored
      
      include/myisam.h:
        always store alloced_rec_buff_length with the buffer itself
      myisam/mi_check.c:
        always store alloced_rec_buff_length with the buffer itself
      myisam/mi_dynrec.c:
        always store alloced_rec_buff_length with the buffer itself
      myisam/mi_extra.c:
        always store alloced_rec_buff_length with the buffer itself
      myisam/mi_key.c:
        always store alloced_rec_buff_length with the buffer itself
      myisam/mi_open.c:
        always store alloced_rec_buff_length with the buffer itself
      myisam/mi_packrec.c:
        always store alloced_rec_buff_length with the buffer itself
      myisam/myisamdef.h:
        always store alloced_rec_buff_length with the buffer itself
      4f462394
  7. 25 Jul, 2002 10 commits