1. 04 Aug, 2005 5 commits
  2. 03 Aug, 2005 3 commits
  3. 02 Aug, 2005 1 commit
  4. 01 Aug, 2005 1 commit
  5. 28 Jul, 2005 2 commits
  6. 27 Jul, 2005 2 commits
  7. 26 Jul, 2005 1 commit
    • monty@mysql.com's avatar
      Review fixes: · 4098c40d
      monty@mysql.com authored
      Fixed portability problem with bool in C programs
      Moved close_thread_tables out from LOCK_thread_count mutex (safety fix)
      my_sleep() -> pthread_cond_timedwait()
      4098c40d
  8. 25 Jul, 2005 1 commit
  9. 22 Jul, 2005 3 commits
  10. 21 Jul, 2005 2 commits
  11. 20 Jul, 2005 2 commits
  12. 18 Jul, 2005 1 commit
    • mronstrom@mysql.com's avatar
      Bug #10600 · 2d23c691
      mronstrom@mysql.com authored
      remove_table_from_cache fails to signal other thread and gets
      blocked when other thread also gets blocked
      2d23c691
  13. 15 Jul, 2005 1 commit
    • lenz@mysql.com's avatar
      RPM spec file improvements: · 0d7a2641
      lenz@mysql.com authored
      - create a "mysql" user group and assign the mysql user account to that group
        in the server postinstall section. (BUG 10984)
      - backported some changes from the 4.1 RPM spec file (cleanups: removed the incomplete
        Brazilian translations, more consequent use of macros)
      0d7a2641
  14. 14 Jul, 2005 1 commit
  15. 06 Jul, 2005 1 commit
  16. 05 Jul, 2005 1 commit
  17. 04 Jul, 2005 2 commits
  18. 02 Jul, 2005 1 commit
  19. 30 Jun, 2005 1 commit
  20. 23 Jun, 2005 1 commit
  21. 08 Jun, 2005 1 commit
    • svoj@mysql.com's avatar
      Fix for · cc31c4c7
      svoj@mysql.com authored
      BUG#10675 - MySQL fails to build with --openssl on Mac OS X 10.4
      BUG#11150 - HP-UX yaSSL/OpenSSL configure/header problem
      Remove obsolete code.
      cc31c4c7
  22. 06 Jun, 2005 1 commit
  23. 03 Jun, 2005 5 commits
    • mronstrom@mysql.com's avatar
      Bug #10901 · 1eaacaf1
      mronstrom@mysql.com authored
      After review fix
      Copy from internal state to share state only when in lock write
      mode (happens only when lock table x write has been performed since
      update_state_info is only called when holding a TL_READ_NO_INSERT
      lock normally. Previous patch would have failed in combination with
      delayed writes.
      1eaacaf1
    • mronstrom@mysql.com's avatar
      Bug #10901 · 96252c1d
      mronstrom@mysql.com authored
      Analyze table corrupts the state on
      data_file_length, records, index_file_length...
      by writing the shared state when there is an updated internal
      state due to inserts or deletes
      Fixed by synching the shared state with the internal state before
      writing it to disk
      Added test cases of 2 error cases and a normal case in new
      analyze test case
      96252c1d
    • serg@serg.mylan's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 52340c55
      serg@serg.mylan authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      52340c55
    • serg@serg.mylan's avatar
      *don't* mess with kernel defines, boy. · f55a378e
      serg@serg.mylan authored
      and HAVE_ATOMIC_ADD/HAVE_ATOMIC_SUB is tested in configure
      f55a378e
    • ndbdev@dl145b.mysql.com's avatar
      sql_repl.cc: · 25cb1423
      ndbdev@dl145b.mysql.com authored
        Bug #11064  	some read error not detected in replication on 64-bit platform
      25cb1423