1. 31 Jul, 2002 9 commits
  2. 30 Jul, 2002 3 commits
  3. 29 Jul, 2002 7 commits
  4. 28 Jul, 2002 2 commits
    • unknown's avatar
      change log entry about previous bugfix. · 78d80440
      unknown authored
      78d80440
    • unknown's avatar
      fixed query cahe resize bug · 5c8124bd
      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)
      5c8124bd
  5. 27 Jul, 2002 3 commits
  6. 26 Jul, 2002 6 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 88054aa5
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      88054aa5
    • unknown's avatar
      rec_buff should be initialized · 4906479f
      unknown authored
      4906479f
    • unknown's avatar
      dyn0dyn.ic, dyn0dyn.h: · cca86639
      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
      cca86639
    • unknown's avatar
      mi_repair* functions need a separate rec_buff :( · 826a23b2
      unknown authored
      826a23b2
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 8100e95e
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      8100e95e
    • unknown's avatar
      MyISAM: always store alloced_rec_buff_length with the buffer itself · b0f2b107
      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
      b0f2b107
  7. 25 Jul, 2002 10 commits