1. 24 May, 2005 4 commits
    • unknown's avatar
      - applied more changes to enable the CP932 charset on Windows · e0d7a59c
      unknown authored
      - fixed linking with zlib
      
      
      VC++Files/client/mysql.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysql_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqladmin.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqladmin_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlcheck.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlcheck_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlclient.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/client/mysqlclient_ia64.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/client/mysqldump.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqldump_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlimport.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlimport_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlshow.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlshow_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqltest.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqltest_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/libmysql/libmysql.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/libmysql/libmysql_ia64.dsp:
        - added ctype-cp932.c to the file list
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysql-test/mysql_test_run_new_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlbinlog/mysqlbinlog_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlcheck/mysqlcheck_ia64.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlmanager/mysqlmanager.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/strings/strings_ia64.dsp:
        - added ctype-cp932.c to the file list
      e0d7a59c
    • unknown's avatar
      - bumped up version number string to 4.1.12a · 471afb15
      unknown authored
      471afb15
    • unknown's avatar
      - added the cp932 charset support to the Windows builds · 4485688f
      unknown authored
      
      VC++Files/strings/strings.dsp:
        - added ctype-cp932.c to the project (new charset)
      include/config-win.h:
        - added a HAVE_CHARSET_cp932 #define to enable the cp932 charset
          on Windows
      4485688f
    • unknown's avatar
      - Backport of the patch to fix BUG#10687 (Merge engine fails · 721ba061
      unknown authored
        on Windows): applied required patches on top of the 4.1.12
        release (will be published as 4.1.12a for Windows)
      
      
      myisammrg/myrg_open.c:
        - Backport of the patch to fix BUG#10687 (Merge engine fails 
          under Windows): use fn_format to convert pathnames if the files 
          in the merge file have a pathname
      mysys/my_getwd.c:
        - Backport of the patch to fix BUG#10687 (Merge engine fails 
          on Windows): Added test to see if FN_LIBCHAR != '/' before
          doing comparison to avoid redundant comparison
      sql/ha_myisammrg.cc:
        - Backport of the patch to fix BUG#10687 (Merge engine fails 
          on Windows): added extra debug output
      721ba061
  2. 13 May, 2005 1 commit
  3. 12 May, 2005 2 commits
    • unknown's avatar
      readline.c: · acac0bf4
      unknown authored
        Include readline/readline.h earlier, to avoid redifinition of term.h macros on AIX 5.2
      search.c:
        FreeBSD needs <sys/types.h> to get 'off_t' defined
      
      
      cmd-line-utils/libedit/search.c:
        FreeBSD needs <sys/types.h> to get 'off_t' defined
      cmd-line-utils/libedit/readline.c:
        Include readline/readline.h earlier, to avoid redifinition of term.h macros on AIX 5.2
      acac0bf4
    • unknown's avatar
      - added a check for "u_int32_t" to configure.in that will define · 5b52358d
      unknown authored
        HAVE_U_INT32_T when available (needed to fix a double typedef in
        libedit)
      
      
      configure.in:
        - added a check for "u_int32_t" that will define HAVE_U_INT32_T
          when available (needed to fix a double typedef in libedit)
      5b52358d
  4. 10 May, 2005 1 commit
  5. 09 May, 2005 22 commits
  6. 08 May, 2005 10 commits
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 747cd3ff
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      747cd3ff
    • unknown's avatar
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 3d457f66
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      3d457f66
    • unknown's avatar
      - added cmd-line-utils/libedit/vis.h to the source distribution · 231938dc
      unknown authored
      
      cmd-line-utils/libedit/Makefile.am:
        - added vis.h to the source distribution
      231938dc
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3645b13f
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
      
      3645b13f
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · a19943ab
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      a19943ab
    • unknown's avatar
      Fixes to compile with icc · 3b7a807e
      unknown authored
      3b7a807e
    • unknown's avatar
      ndb - autotest · a91dab24
      unknown authored
        fix name of result tar ball
      
      
      ndb/test/run-test/ndb-autotest.sh:
        append run to result tar ball
      a91dab24
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 4cdbb00a
      unknown authored
      into ultrafly.mysql.com:/Users/mwagner/work/bk/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      4cdbb00a
    • unknown's avatar
      errmsg.txt: · 21ffc1d4
      unknown authored
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      
      
      sql/share/czech/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/danish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/dutch/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/english/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/estonian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/french/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/german/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/greek/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/hungarian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/italian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/japanese/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/japanese-sjis/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/korean/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/norwegian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/norwegian-ny/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/polish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/portuguese/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/romanian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/russian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/serbian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/slovak/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/spanish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/swedish/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      sql/share/ukrainian/errmsg.txt:
        Add newline at EOF for proper processing by comp-err.exe on Windows where fgets() works differently than Linux (Bug #6195).
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      21ffc1d4