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: · 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
  6. 29 Oct, 2002 5 commits
  7. 28 Oct, 2002 2 commits
  8. 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
  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: · b95b51e5
      unknown authored
        Fix typo in earlier commit
      
      
      innobase/btr/btr0cur.c:
        Fix typo in earlier commit
      b95b51e5
    • unknown's avatar
      btr0cur.c: · 09ab0dde
      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
      09ab0dde