1. 24 May, 2005 2 commits
    • unknown's avatar
      - added the cp932 charset support to the Windows builds · 4a80acec
      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
      4a80acec
    • unknown's avatar
      - Backport of the patch to fix BUG#10687 (Merge engine fails · 9e636a24
      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
      9e636a24
  2. 13 May, 2005 1 commit
  3. 12 May, 2005 2 commits
    • unknown's avatar
      readline.c: · c322164a
      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
      c322164a
    • unknown's avatar
      - added a check for "u_int32_t" to configure.in that will define · c4c1979d
      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)
      c4c1979d
  4. 10 May, 2005 1 commit
  5. 09 May, 2005 22 commits
  6. 08 May, 2005 12 commits
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 76cfd9c0
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      76cfd9c0
    • unknown's avatar
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 92e35034
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      92e35034
    • unknown's avatar
      - added cmd-line-utils/libedit/vis.h to the source distribution · 39dfdcff
      unknown authored
      
      cmd-line-utils/libedit/Makefile.am:
        - added vis.h to the source distribution
      39dfdcff
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · d808b76d
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
      
      
      d808b76d
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · c0f4ae6b
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      c0f4ae6b
    • unknown's avatar
      Fixes to compile with icc · 8b31c677
      unknown authored
      8b31c677
    • unknown's avatar
      ndb - autotest · 0bc55839
      unknown authored
        fix name of result tar ball
      
      
      ndb/test/run-test/ndb-autotest.sh:
        append run to result tar ball
      0bc55839
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 1923ddea
      unknown authored
      into ultrafly.mysql.com:/Users/mwagner/work/bk/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      1923ddea
    • unknown's avatar
      errmsg.txt: · 1a4fd96b
      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
      1a4fd96b
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · bee950bd
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      bee950bd
    • unknown's avatar
      FreeBSD doesn't have /proc/cpuinfo, use sysctl to find cpu model. · 9a8e31a4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9a8e31a4