1. 23 Oct, 2002 1 commit
    • unknown's avatar
      BK automatic LOD removal. · 80a521b1
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      BitKeeper/etc/skipkeys:
        auto add
      80a521b1
  2. 20 Oct, 2002 2 commits
  3. 18 Oct, 2002 1 commit
  4. 17 Oct, 2002 1 commit
  5. 16 Oct, 2002 3 commits
  6. 15 Oct, 2002 7 commits
  7. 14 Oct, 2002 3 commits
  8. 13 Oct, 2002 3 commits
    • unknown's avatar
      Allocate HEAP blocks in smaller blocks to get better memory utilization and... · 4f1b06bb
      unknown authored
      Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      Don't initalize memory areas when run with --skip-safemalloc.
      
      
      Docs/manual.texi:
        ChangeLog
      heap/heapdef.h:
        Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      heap/hp_open.c:
        Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      mysys/safemalloc.c:
        Don't initalize memory areas when run with --skip-safemalloc.
        This can in some cases increase speed with 20 times when debugging
      4f1b06bb
    • unknown's avatar
      - fixed formatting in MySQLEULA.txt · 12ffcb12
      unknown authored
      
      Docs/MySQLEULA.txt:
         - replaced tabs with spaces
      12ffcb12
    • unknown's avatar
      - Tagged ChangeSet 1.1224 as "mysql-3.23.53" · d052f83d
      unknown authored
       - bumped up version number to 3.23.54 in configure.in
       - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
         scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
         accordingly.
      
      
      BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
        Delete: Docs/LICENSE
      Build-tools/mysql-copyright-2:
         - replaced LICENSE with MySQLEULA.txt
      Build-tools/mysql-copyright:
         - use "tar" instead of "gtar"
         - replaced LICENSE with MySQLEULA.txt
      configure.in:
         - Bumped up version number to 3.23.54 now that 3.23.53 has been
           tagged
      scripts/make_binary_distribution.sh:
         - replaced LICENSE with MySQLEULA.txt
      d052f83d
  9. 12 Oct, 2002 1 commit
  10. 11 Oct, 2002 1 commit
    • unknown's avatar
      os0thread.c: · a13e9a98
      unknown authored
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      
      
      innobase/os/os0thread.c:
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      a13e9a98
  11. 10 Oct, 2002 1 commit
  12. 09 Oct, 2002 6 commits
  13. 08 Oct, 2002 7 commits
  14. 07 Oct, 2002 3 commits
    • unknown's avatar
      touchup to last fix · d6f49657
      unknown authored
      
      sql/log.cc:
        moved mutex back to after is_open() test,
        but still protecting name dereference (the real problem)
      d6f49657
    • unknown's avatar
      Merge mysql.com:/home/nick/mysql/repository/mysql-3.23 · 673ecd87
      unknown authored
      into mysql.com:/home/nick/mysql/mysql-3.23
      
      673ecd87
    • unknown's avatar
      fixed race that caused sig11s on simultaneous FLUSH LOGS · f48480b9
      unknown authored
      (possibly also fixes binlog filename corruption problems--hasn't
      been reproduced since)
      
      
      sql/log.cc:
        Fixed race caused by calling MYSQL_LOG::is_open() outside of critical section.
      sql/sql_parse.cc:
        added missing args to calls to MYSQL_LOG::new_file(bool)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f48480b9