1. 04 Dec, 2002 5 commits
  2. 03 Dec, 2002 1 commit
  3. 02 Dec, 2002 7 commits
  4. 30 Nov, 2002 2 commits
  5. 29 Nov, 2002 1 commit
  6. 28 Nov, 2002 4 commits
  7. 27 Nov, 2002 2 commits
  8. 25 Nov, 2002 2 commits
    • unknown's avatar
      - fixed tabbing · 562fc5df
      unknown authored
      562fc5df
    • unknown's avatar
      mysql.server.sh: · e0baab2e
      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)
      e0baab2e
  9. 24 Nov, 2002 1 commit
  10. 22 Nov, 2002 5 commits
    • unknown's avatar
      scripts/safe_mysqld.sh · 3853ff4d
      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
      3853ff4d
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql · a073857c
      unknown authored
      into mysql.com:/space/my/mysql-3.23
      
      
      a073857c
    • unknown's avatar
      Moved test to correct file · 001446d9
      unknown authored
      001446d9
    • unknown's avatar
      Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 · 4698a8f3
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      4698a8f3
    • unknown's avatar
      Fixed bug with indexed NULL column <=> NULL · cb5a2b2f
      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
      cb5a2b2f
  11. 21 Nov, 2002 3 commits
  12. 20 Nov, 2002 2 commits
    • unknown's avatar
      Do-compile: · 0b19cb1e
      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)
      0b19cb1e
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · e9e8cdf0
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      
      e9e8cdf0
  13. 19 Nov, 2002 5 commits
    • unknown's avatar
      Merge lgrimmer@work.mysql.com:/home/bk/mysql · 699e3a55
      unknown authored
      into mysql.com:/space/my/mysql-3.23
      
      
      699e3a55
    • unknown's avatar
      ha_innobase.cc: · 9b891cee
      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
      9b891cee
    • unknown's avatar
      row0mysql.c, row0mysql.h: · 0fb06a68
      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
      0fb06a68
    • unknown's avatar
      - applied patch for AMD x86-64 · 8e9a5a4f
      unknown authored
         (thanks to Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
      
      
      bdb/dist/aclocal/mutex.m4:
         - applied patch for AMD x86-64
      8e9a5a4f
    • unknown's avatar