1. 28 Nov, 2002 1 commit
  2. 18 Nov, 2002 3 commits
  3. 17 Nov, 2002 1 commit
    • unknown's avatar
      - Applied required modifications for automake 1.5 · 2ef5ec31
      unknown authored
       - "make distcheck" needs to be fixed
      
      
      BitKeeper/etc/ignore:
        Added autom4te.cache/output.0 autom4te.cache/requests autom4te.cache/traces.0 bdb/dist/autom4te.cache/output.0 bdb/dist/autom4te.cache/requests bdb/dist/autom4te.cache/traces.0 innobase/autom4te.cache/output.0 innobase/autom4te.cache/requests innobase/autom4te.cache/traces.0 to the ignore list
      acinclude.m4:
         - removed libtool.m4 (is part of libtool 1.4)
      config.guess:
         - applied diffs from config.guess of automake 1.5
      config.sub:
         - applied diffs from config.sub of automake 1.5
      configure.in:
         - renamed "AM_PROG_LIBTOOL" -> "AC_PROG_LIBTOOL"
         - added "AM_PROG_AS" for automake 1.5
      dbug/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      extra/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      heap/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      install-sh:
         - applied diffs from install.sh of automake 1.5
      isam/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      libmysql_r/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      ltconfig:
         - small correction for new libtool
      ltmain.sh:
         - applied diffs from ltmain.sh of libtool 1.4.2
      merge/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      missing:
         - applied diffs from missing of automake 1.5
      myisam/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      myisammrg/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      mysys/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
         - added $(EXEEXT) to test_charset
      regex/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      sql/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      strings/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
         - removed @CHARSET_SRCS@
      vio/Makefile.am:
         - removed OMIT_DEPENDENCIES to make automake 1.5 happy
      2ef5ec31
  4. 16 Nov, 2002 1 commit
  5. 15 Nov, 2002 1 commit
    • unknown's avatar
      - Fixed some minor bugs/typos · fdabe22c
      unknown authored
      
      scripts/mysqlhotcopy.sh:
         - added missing "--host" option
      sql-bench/test-create.sh:
         - fixed typo
      support-files/mysql.server.sh:
         - fixed typo
      fdabe22c
  6. 14 Nov, 2002 1 commit
  7. 13 Nov, 2002 3 commits
    • unknown's avatar
    • unknown's avatar
      optimize table corruption fixed, though more clean fix is desired. · ffb4dee5
      unknown authored
      Fix for another optimize bug is undone, as the new one handles both cases.
      test added
      
      
      mysql-test/r/myisam.result:
        updated
      mysql-test/t/myisam.test:
        optimize table corruption test
      sql/ha_myisam.cc:
        optimize table corruption fixed, though more clean fix is desired.
        Fix for another optimize bug is undone, as the new one handles both cases.
      ffb4dee5
    • unknown's avatar
      row0sel.c: · f8680cf0
      unknown authored
        Backport from 4.0 a bug fix: if unique search from a primary key matched a delete-marked record, InnoDB could return the NEXT record
      
      
      innobase/row/row0sel.c:
        Backport from 4.0 a bug fix: if unique search from a primary key matched a delete-marked record, InnoDB could return the NEXT record
      f8680cf0
  8. 12 Nov, 2002 1 commit
  9. 11 Nov, 2002 1 commit
  10. 09 Nov, 2002 1 commit
  11. 08 Nov, 2002 7 commits
  12. 07 Nov, 2002 1 commit
    • unknown's avatar
      row0mysql.c: · f5e71883
      unknown authored
        Backport from 4.0: Fix corruption of ON DELETE CASCADE in lock wait timeout
      
      
      innobase/row/row0mysql.c:
        Backport from 4.0: Fix corruption of ON DELETE CASCADE in lock wait timeout
      f5e71883
  13. 05 Nov, 2002 3 commits
  14. 04 Nov, 2002 5 commits
  15. 02 Nov, 2002 1 commit
  16. 31 Oct, 2002 1 commit
  17. 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
  18. 29 Oct, 2002 5 commits