1. 05 Nov, 2002 2 commits
  2. 04 Nov, 2002 4 commits
  3. 02 Nov, 2002 1 commit
  4. 31 Oct, 2002 1 commit
  5. 30 Oct, 2002 3 commits
    • unknown's avatar
      ha_innobase.cc: · c0e3d59b
      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
      c0e3d59b
    • unknown's avatar
      - Applied fix made in 4.0 tree to fix a bug when comparing a datetime · aa0ccb64
      unknown authored
         column with timestamp values with BETWEEN clause
      
      aa0ccb64
    • unknown's avatar
      - Do-compile: added a fast test run with dynamic-row tables · f9c77e27
      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
      f9c77e27
  6. 29 Oct, 2002 5 commits
  7. 28 Oct, 2002 2 commits
  8. 25 Oct, 2002 4 commits
    • unknown's avatar
      merged · 83930c1d
      unknown authored
      
      BitKeeper/etc/gone:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-skipkeys~9d3403dbb31de075:
        'Auto converge rename'
      83930c1d
    • unknown's avatar
      BK automatic LOD removal. · e55b2801
      unknown authored
      
      BitKeeper/etc/skipkeys:
        auto add
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e55b2801
    • unknown's avatar
      memory leak closed · d857870e
      unknown authored
      d857870e
    • unknown's avatar
      lexyy.c, pars0grm.c: · f75463aa
      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
      f75463aa
  9. 24 Oct, 2002 2 commits
  10. 23 Oct, 2002 5 commits
  11. 21 Oct, 2002 1 commit
  12. 20 Oct, 2002 3 commits
  13. 18 Oct, 2002 1 commit
  14. 17 Oct, 2002 1 commit
  15. 16 Oct, 2002 3 commits
  16. 15 Oct, 2002 2 commits
    • unknown's avatar
      btr0cur.c: · 5803bb2f
      unknown authored
        Fix typo in earlier commit
      
      
      innobase/btr/btr0cur.c:
        Fix typo in earlier commit
      5803bb2f
    • unknown's avatar
      btr0cur.c: · 632dae71
      unknown authored
        Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level
      
      
      innobase/btr/btr0cur.c:
        Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level
      632dae71