An error occurred fetching the project authors.
  1. 26 Nov, 2005 1 commit
    • unknown's avatar
      Makefile.am: · a59351e5
      unknown authored
        Distribute "handlerton-win.cc"
      mysqld.cc:
        Corrected word lenght for some innobase
        configuration variables
      Makefile.am:
        Added Visual Studio 7 project file to EXTRA_DIST
      ha_partition.cc, sql_partition.cc:
        Changed include to use "..." for Windows
      handlerton-win.cc:
        Handle engine include/exclude with defines for Windows
        new file
      
      
      sql/handlerton-win.cc:
        Handle engine include/exclude with defines for Windows
      sql/sql_partition.cc:
        Changed include to use "..." for Windows
      sql/ha_partition.cc:
        Changed include to use "..." for Windows
      extra/yassl/Makefile.am:
        Added Visual Studio 7 project file to EXTRA_DIST
      extra/yassl/taocrypt/Makefile.am:
        Added Visual Studio 7 project file to EXTRA_DIST
      sql/mysqld.cc:
        Corrected word lenght for some innobase
        configuration variables
      sql/Makefile.am:
        Distribute "handlerton-win.cc"
      a59351e5
  2. 28 Apr, 2005 1 commit
    • unknown's avatar
      WL#2286 Compile MySQL w/YASSL support · e28bf9ef
      unknown authored
      yaSSL-0.9.7 library bundled.
      
      
      BUILD/Makefile.am:
        compile-pentium-debug-yassl added to distribution.
      Makefile.am:
        Added yassl_dir to SUBDIRS. It contains path to yassl distribution if --with-yassl
        specified. It is empty otherwise.
      configure.in:
        yaSSL CHECK-function call.
      extra/Makefile.am:
        yaSSL added to distribution.
      include/violite.h:
        YASSL_MYSQL_COMPATIBLE macro must be defined to make yassl headers compatible.
      e28bf9ef