1. 10 Jun, 2004 2 commits
    • unknown's avatar
      Merge with 3.23 to get latest bug fixes · 234235af
      unknown authored
      
      mysql-test/t/type_date.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      mysql-test/r/type_date.result:
        merge with 3.23
      234235af
    • unknown's avatar
      Cleanup · 6153aa0a
      unknown authored
      
      sql/sql_parse.cc:
        Cleanup of patch
      6153aa0a
  2. 08 Jun, 2004 5 commits
  3. 07 Jun, 2004 3 commits
  4. 03 Jun, 2004 1 commit
  5. 02 Jun, 2004 3 commits
  6. 01 Jun, 2004 7 commits
    • unknown's avatar
      Fix applied to allow building of 4.0.20 for NetWare · ac298cdd
      unknown authored
      
      client/mysqltest.c:
        Fix compilation errors for NetWare
      ac298cdd
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · b13f9781
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      b13f9781
    • unknown's avatar
      Updated version number · 7a31c073
      unknown authored
      Portability fix for netware. (We can't use TRY_RUN when cross compiling)
      
      7a31c073
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0 · 72c5925e
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.0
      
      72c5925e
    • unknown's avatar
      README: · e8c5a2e6
      unknown authored
        Update README URL. (Bug #3678)
      
      
      mysql-test/README:
        Update README URL. (Bug #3678)
      e8c5a2e6
    • unknown's avatar
      row0mysql.c, row0mysql.h, ha_innodb.cc: · 05d13fa9
      unknown authored
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      
      
      sql/ha_innodb.cc:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      innobase/include/row0mysql.h:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      innobase/row/row0mysql.c:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      05d13fa9
    • unknown's avatar
      Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings · 42283b79
      unknown authored
      will disable warnings, --log-warnings will increment warning level by one, or the
      level can be given as an optional argument. Default level is 1.
      
      Changed aborted connection warning to be logged only if the level is > 1.
      
      
      sql/sql_class.h:
        Changed boolean into ulong.
      sql/sql_parse.cc:
        Changed aborted connection warning to be logged only if the level is > 1.
      42283b79
  7. 31 May, 2004 4 commits
  8. 30 May, 2004 1 commit
  9. 29 May, 2004 2 commits
  10. 28 May, 2004 5 commits
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 · 1f86baf1
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b3738
      
      1f86baf1
    • unknown's avatar
      a fix. · 656f1375
      unknown authored
      (Bug#3738: SQL_CALC_FOUND_ROWS ignores WHERE if LIMIT used,
       Bug#3845: wrong FOUND_ROWS result)
      
      656f1375
    • unknown's avatar
      InnoDB: Add diagnostics when tmpfile() fails at start (Bug #3919) · f24e11a2
      unknown authored
      
      innobase/dict/dict0dict.c:
        Replace tmpfile() with os_file_create_tmpfile()
      innobase/include/os0file.h:
        Add os_file_create_tmpfile()
      innobase/lock/lock0lock.c:
        Replace tmpfile() with os_file_create_tmpfile()
      innobase/os/os0file.c:
        Add os_file_create_tmpfile()
        os_file_handle_error(): remove unused first parameter
      f24e11a2
    • unknown's avatar
      Added option --config-extra-env to Do-compile · 25e83bb5
      unknown authored
      
      Build-tools/Do-compile:
        Added option --config-extra-env
      include/my_global.h:
        Cleaned up comment to follow same indentation style as the rest of the code
      25e83bb5
    • unknown's avatar
      my_global.h: · 2d8bcc20
      unknown authored
        Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
      
      
      include/my_global.h:
        Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
      2d8bcc20
  11. 27 May, 2004 7 commits