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. 09 Nov, 2005 1 commit
    • unknown's avatar
      Additional "make distcheck" changes specific to 5.0 · 0bf5fa03
      unknown authored
      configure.in:
        Removed duplicate "tools/Makefile", and unused AVAILABLE_LANGUAGES_ERRORS
      Docs/Makefile.am:
        Add generated files to explicitly be removed on "make distclean"
      extra/Makefile.am:
        Added empty SUBDIRS, else automake 1.6.3 will not
        put out code for DIST_SUBDIRS handling
      extra/yassl/Makefile.am:
        "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type
      extra/yassl/src/Makefile.am:
        "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type
      extra/yassl/taocrypt/src/Makefile.am:
        "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type
      sql/share/Makefile.am:
        Added distclean target for "*/errmsg.sys"
      client/Makefile.am:
        Put links into current directory, not \$(srcdir)
      0bf5fa03
  3. 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