1. 11 Aug, 2005 3 commits
  2. 02 Aug, 2005 1 commit
  3. 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
  4. 25 Jul, 2005 1 commit
  5. 22 Jul, 2005 3 commits
  6. 21 Jul, 2005 2 commits
  7. 20 Jul, 2005 2 commits
  8. 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
  9. 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
  10. 14 Jul, 2005 1 commit
  11. 06 Jul, 2005 1 commit
  12. 05 Jul, 2005 1 commit
  13. 04 Jul, 2005 2 commits
  14. 02 Jul, 2005 1 commit
  15. 30 Jun, 2005 1 commit
  16. 23 Jun, 2005 1 commit
  17. 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
  18. 06 Jun, 2005 1 commit
  19. 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
  20. 01 Jun, 2005 1 commit
  21. 31 May, 2005 1 commit
    • ingo@mysql.com's avatar
      Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. · 51d80960
      ingo@mysql.com authored
      1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES.
      Used the new option in create_table_from_items().
      It is necessary to prevent the SELECT table from being reopend.
      It would get new storage assigned for its fields, while the
      SELECT part of the command would still use the old (freed) storage.
      2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands
      against a global read lock. This prevents a deadlock in
      CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK
      and avoids the creation of new tables during a global read lock.
      3.) Replaced set_protect_against_global_read_lock() and
      unset_protect_against_global_read_lock() by
      wait_if_global_read_lock() and start_waiting_global_read_lock()
      in the INSERT DELAYED handling.
      51d80960
  22. 26 May, 2005 2 commits
  23. 25 May, 2005 1 commit
  24. 18 May, 2005 2 commits
  25. 15 May, 2005 2 commits
  26. 14 May, 2005 1 commit