1. 25 Nov, 2002 2 commits
    • unknown's avatar
      - fixed tabbing · 868cb7f7
      unknown authored
      868cb7f7
    • unknown's avatar
      mysql.server.sh: · 6737acf2
      unknown authored
       - reverted some incompatible/non-portable modifications
      
      
      support-files/mysql.server.sh:
         - reverted non-portable change ("echo -n" does not work on all platforms)
         - reverted incompatible change (better fix the docs than break existing
           installations)
      6737acf2
  2. 24 Nov, 2002 1 commit
  3. 22 Nov, 2002 5 commits
    • unknown's avatar
      scripts/safe_mysqld.sh · 89f564e1
      unknown authored
           - fix setting of niceness level
      
      support-files/mysql.server.sh
           - applied some fixes from 4.0 mysql.server script
           - fix my.cnf parsing
      
      
      scripts/safe_mysqld.sh:
         - fix setting of niceness level, if one adds "renice -20 $$" to safe_mysqld
           as hinted in the manual (which could result in NOHUP_NICENESS having a
           value of "-15" and hence there would be one dash too much)
      support-files/mysql.server.sh:
         - applied some fixes from 4.0 mysql.server script
         - fix to actually parse the documented section ([mysql.server] not
           [mysql_server]) in my.cnf on startup
      89f564e1
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql · 7cf43e37
      unknown authored
      into mysql.com:/space/my/mysql-3.23
      
      7cf43e37
    • unknown's avatar
      Moved test to correct file · 8fbf1f8e
      unknown authored
      8fbf1f8e
    • unknown's avatar
      Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 · e42c72e2
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      e42c72e2
    • unknown's avatar
      Fixed bug with indexed NULL column <=> NULL · fda517b6
      unknown authored
      Fix for Mac OS X shutdown
      
      
      mysql-test/mysql-test-run.sh:
        Log client error messages
      mysql-test/r/null_key.result:
        Test for bug in <=> NULL
      mysql-test/t/null_key.test:
        Test for bug in <=> NULL
      sql/mysqld.cc:
        Fix for Mac OS X shutdown
      sql/opt_range.cc:
        Fixed bug with indexed NULL column <=> NULL
      fda517b6
  4. 21 Nov, 2002 3 commits
  5. 20 Nov, 2002 2 commits
    • unknown's avatar
      Do-compile: · 94ac28e0
      unknown authored
       - applied some changes from the 4.0 tree (enable multiple 
         --conf-environment options, add --with-debug, don't add "-max"
         prefix just because BDB is enabled)
      
      
      Build-tools/Do-compile:
         - applied some changes from the 4.0 tree (enable multiple 
           --conf-environment options, add --with-debug, don't add "-max"
           prefix just because BDB is enabled)
      94ac28e0
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · 73b84706
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      73b84706
  6. 19 Nov, 2002 5 commits
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql · a1f6b377
      unknown authored
      into mysql.com:/space/my/mysql-3.23
      
      a1f6b377
    • unknown's avatar
      ha_innobase.cc: · 568db866
      unknown authored
        Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table
      
      
      sql/ha_innobase.cc:
        Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table
      568db866
    • unknown's avatar
      row0mysql.c, row0mysql.h: · 47476aec
      unknown authored
        Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table
      
      
      innobase/include/row0mysql.h:
        Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table
      innobase/row/row0mysql.c:
        Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table
      47476aec
    • unknown's avatar
      - applied patch for AMD x86-64 · 44f24327
      unknown authored
         (thanks to Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
      
      
      bdb/dist/aclocal/mutex.m4:
         - applied patch for AMD x86-64
      44f24327
    • unknown's avatar
  7. 18 Nov, 2002 5 commits
  8. 17 Nov, 2002 1 commit
    • unknown's avatar
      - Applied required modifications for automake 1.5 · 0105a8e9
      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
      0105a8e9
  9. 16 Nov, 2002 1 commit
  10. 15 Nov, 2002 1 commit
    • unknown's avatar
      - Fixed some minor bugs/typos · 76cc8814
      unknown authored
      
      scripts/mysqlhotcopy.sh:
         - added missing "--host" option
      sql-bench/test-create.sh:
         - fixed typo
      support-files/mysql.server.sh:
         - fixed typo
      76cc8814
  11. 14 Nov, 2002 1 commit
  12. 13 Nov, 2002 3 commits
    • unknown's avatar
    • unknown's avatar
      optimize table corruption fixed, though more clean fix is desired. · dff9da6c
      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.
      dff9da6c
    • unknown's avatar
      row0sel.c: · 10487c67
      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
      10487c67
  13. 12 Nov, 2002 2 commits
  14. 11 Nov, 2002 1 commit
  15. 09 Nov, 2002 2 commits
  16. 08 Nov, 2002 5 commits