1. 25 May, 2005 1 commit
    • unknown's avatar
      - one more build fix for zlib.lib - added libpath to the · 1794eb3e
      unknown authored
        mysql_test_run_new project files
      
      
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        - added libpath option so that zlib.lib will be found
      VC++Files/mysql-test/mysql_test_run_new_ia64.dsp:
        - added libpath option so that zlib.lib will be found
      1794eb3e
  2. 24 May, 2005 4 commits
    • unknown's avatar
      - applied more changes to enable the CP932 charset on Windows · e9cf191c
      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
      e9cf191c
    • unknown's avatar
      - bumped up version number string to 4.1.12a · 3b3cd242
      unknown authored
      3b3cd242
    • 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
  3. 13 May, 2005 1 commit
  4. 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
  5. 10 May, 2005 1 commit
  6. 09 May, 2005 22 commits
  7. 08 May, 2005 9 commits