1. 04 Nov, 2002 3 commits
  2. 30 Oct, 2002 3 commits
    • unknown's avatar
      ha_innobase.cc: · 8ade6771
      unknown authored
        Backport from 4.0: Fix bug in MySQL-3.23 ORDER BY from a table with no PRIMARY KEY and where the user had added UNIQUE indexes with CREATE INDEX
      pars0grm.y:
        Move inclusion of math.h after univ.i also in the .y file; this fix is already done in 4.0
      
      
      innobase/pars/pars0grm.y:
        Move inclusion of math.h after univ.i also in the .y file; this fix is already done in 4.0
      sql/ha_innobase.cc:
        Backport from 4.0: Fix bug in MySQL-3.23 ORDER BY from a table with no PRIMARY KEY and where the user had added UNIQUE indexes with CREATE INDEX
      8ade6771
    • unknown's avatar
      - Applied fix made in 4.0 tree to fix a bug when comparing a datetime · 360b6437
      unknown authored
         column with timestamp values with BETWEEN clause
      
      
      360b6437
    • unknown's avatar
      - Do-compile: added a fast test run with dynamic-row tables · 1ede1572
      unknown authored
       - Do-compile: fix small (cosmetical, not critical) typo
      
      
      Build-tools/Do-compile:
         - added a fast test run with dynamic-row tables
         - fix small (cosmetical, not critical) typo
      1ede1572
  3. 29 Oct, 2002 5 commits
  4. 28 Oct, 2002 1 commit
  5. 25 Oct, 2002 4 commits
    • unknown's avatar
      merged · 43abd169
      unknown authored
      
      BitKeeper/etc/gone:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-skipkeys~9d3403dbb31de075:
        'Auto converge rename'
      43abd169
    • unknown's avatar
      BK automatic LOD removal. · 48e93f81
      unknown authored
      
      BitKeeper/etc/skipkeys:
        auto add
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      48e93f81
    • unknown's avatar
      memory leak closed · 4952223e
      unknown authored
      4952223e
    • unknown's avatar
      lexyy.c, pars0grm.c: · f4ebc48e
      unknown authored
        Include univ.i before any system headers to remove a large file compilation failure on AIX
      
      
      innobase/pars/pars0grm.c:
        Include univ.i before any system headers to remove a large file compilation failure on AIX
      innobase/pars/lexyy.c:
        Include univ.i before any system headers to remove a large file compilation failure on AIX
      f4ebc48e
  6. 24 Oct, 2002 1 commit
  7. 23 Oct, 2002 3 commits
  8. 21 Oct, 2002 1 commit
  9. 20 Oct, 2002 3 commits
  10. 18 Oct, 2002 1 commit
  11. 17 Oct, 2002 1 commit
  12. 16 Oct, 2002 3 commits
  13. 15 Oct, 2002 7 commits
  14. 14 Oct, 2002 3 commits
  15. 13 Oct, 2002 1 commit
    • unknown's avatar
      Allocate HEAP blocks in smaller blocks to get better memory utilization and... · 61632073
      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
      61632073