An error occurred fetching the project authors.
  1. 11 Oct, 2008 1 commit
  2. 29 Jan, 2008 1 commit
  3. 29 Oct, 2007 1 commit
    • unknown's avatar
      autorun.sh: · 17c847a6
      unknown authored
        Removed innobase from compile-dist, and let it use autorun.sh to avoid
        code duplication. Also corrected a problem when searching for one of
        "libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405)
      
      
      BUILD/autorun.sh:
        Removed innobase from compile-dist, and let it use autorun.sh to avoid
        code duplication. Also corrected a problem when searching for one of
        "libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405)
      17c847a6
  4. 26 Sep, 2007 1 commit
    • unknown's avatar
      Makefile.am: · 1187c398
      unknown authored
        Always include all sub directories in "make dist"
        Removed incorrect comment
      configure.in:
        Unconditionally list make files in AC_CONFIG_FILES
        Removed 'thread_dirs', it is not used
        Minor cleanup
      compile-dist:
        Simplified the configure line needed for "make dist" to get it all
      zlib.m4, ssl.m4:
        Unconditionally list make files in AC_CONFIG_FILES
      Makefile.am:
        Removed DIST_SUBDIRS not needed
        Don't copy soft links as files into source package
      
      
      BUILD/compile-dist:
        Simplified the configure line needed for "make dist" to get it all
      config/ac-macros/ssl.m4:
        Unconditionally list make files in AC_CONFIG_FILES
      config/ac-macros/zlib.m4:
        Unconditionally list make files in AC_CONFIG_FILES
      libmysql/Makefile.am:
        Removed incorrect comment
      Makefile.am:
        Always include all sub directories in "make dist"
      mysql-test/Makefile.am:
        Removed DIST_SUBDIRS not needed
      libmysql_r/Makefile.am:
        Don't copy soft links as files into source package
      libmysqld/Makefile.am:
        Don't copy soft links as files into source package
      libmysqld/examples/Makefile.am:
        Don't copy soft links as files into source package
      sql/Makefile.am:
        Don't copy soft links as files into source package
      extra/Makefile.am:
        Always include all sub directories in "make dist"
      plugin/Makefile.am:
        Always include all sub directories in "make dist"
      configure.in:
        Unconditionally list make files in AC_CONFIG_FILES
        Removed 'thread_dirs', it is not used
        Minor cleanup
      1187c398
  5. 28 Jan, 2007 1 commit
    • unknown's avatar
      BUILD scripts: s/(dist)?clean/maintainer-clean/ · 7f9f273a
      unknown authored
      BUILD/FINISH.sh:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-alpha-ccc:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-alpha-cxx:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-alpha-debug:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-dist:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-hpux11-parisc2-aCC:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-ia64-debug-max:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-irix-mips64-mipspro:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-pentium-pgcc:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-solaris-sparc-forte:
        s/(dist)?clean/maintainer-clean/
      BUILD/compile-solaris-sparc-purify:
        s/(dist)?clean/maintainer-clean/
      7f9f273a
  6. 21 Aug, 2006 1 commit
    • unknown's avatar
      Many files: · bf8e7438
      unknown authored
        Deleted config/ac-macros/ha_berkeley.m4
        Removed more referenses to bdb
      
      
      BitKeeper/deleted/.del-ha_berkeley.m4:
        Delete: config/ac-macros/ha_berkeley.m4
      BUILD/FINISH.sh:
        Removed more referenses to bdb
      BUILD/compile-alpha-cxx:
        Removed more referenses to bdb
      BUILD/compile-alpha-debug:
        Removed more referenses to bdb
      BUILD/compile-dist:
        Removed more referenses to bdb
      BUILD/compile-ia64-debug-max:
        Removed more referenses to bdb
      CMakeLists.txt:
        Removed more referenses to bdb
      Makefile.am:
        Removed more referenses to bdb
      libmysqld/lib_sql.cc:
        Removed more referenses to bdb
      sql/mysql_priv.h:
        Removed more referenses to bdb
      storage/ndb/config/win-prg.am:
        Removed more referenses to bdb
      storage/ndb/test/run-test/ndb-autotest.sh:
        Removed more referenses to bdb
      support-files/my-huge.cnf.sh:
        Removed more referenses to bdb
      support-files/my-large.cnf.sh:
        Removed more referenses to bdb
      support-files/my-medium.cnf.sh:
        Removed more referenses to bdb
      bf8e7438
  7. 19 Aug, 2006 1 commit
    • unknown's avatar
      Major changes are plug.in files created for almost all storage engines. A few... · 700989c9
      unknown authored
      Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed. 
      
      
      storage/blackhole/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/blackhole/plug.in
      storage/heap/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/heap/plug.in
      storage/myisam/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/myisam/plug.in
      storage/myisammrg/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/myisammrg/plug.in
      storage/federated/ha_federated.h:
        Rename: sql/ha_federated.h -> storage/federated/ha_federated.h
      BUILD/FINISH.sh:
        Stray BDB reference
      BUILD/autorun.sh:
        Stray bdb reference
      BUILD/compile-alpha-cxx:
        Stray bdb reference
      BUILD/compile-alpha-debug:
        Stray bdb reference
      BUILD/compile-dist:
        Stray BDB Reference
      BUILD/compile-ia64-debug-max:
        Stray BDB reference
      configure.in:
        All plugin code is now in plug.in files. Few tricky exceptions left.
      sql/CMakeLists.txt:
        Removed federated references
      sql/Makefile.am:
        Removed federated references
      sql/mysql_priv.h:
        stray bdb reference
      storage/example/ha_example.cc:
        Enabled all of mysql include
      storage/federated/ha_federated.cc:
        Added plugin defs
      storage/csv/plug.in:
        New BitKeeper file ``storage/csv/plug.in''
      storage/federated/Makefile.am:
        New BitKeeper file ``storage/federated/Makefile.am''
      storage/federated/plug.in:
        New BitKeeper file ``storage/federated/plug.in''
      storage/innobase/plug.in:
        New BitKeeper file ``storage/innobase/plug.in''
      storage/ndb/plug.in:
        New BitKeeper file ``storage/ndb/plug.in''
      700989c9
  8. 10 Aug, 2006 1 commit
    • unknown's avatar
      First stage removeal of BDB. · 15bbf00e
      unknown authored
      BitKeeper/deleted/.del-CMakeLists.txt:
        Delete: storage/bdb/CMakeLists.txt
      BitKeeper/deleted/.del-LICENSE:
        Delete: storage/bdb/LICENSE
      BitKeeper/deleted/.del-Makefile.in:
        Delete: storage/bdb/Makefile.in
      BitKeeper/deleted/.del-compile-pentium-debug-no-bdb:
        Delete: BUILD/compile-pentium-debug-no-bdb
      BUILD/Makefile.am:
        Remove dropped file
      configure.in:
        Remove berkely from configure.
      BUILD/compile-dist:
        Remove option to build bdb
      BUILD/compile-solaris-sparc-purify:
        Remove option for bdb build
      libmysqld/Makefile.am:
        Remove option for bdb build
      sql/Makefile.am:
        Remove bdb build
      15bbf00e
  9. 17 Jun, 2006 1 commit
    • unknown's avatar
      Makefile.am: · fbc6b181
      unknown authored
        Avoid error message trying 'windoze-dsp' in obsolete directory
      compile-dist:
        Avoid error message for target 'distclean' and no Makefile
      
      
      BUILD/compile-dist:
        Avoid error message for target 'distclean' and no Makefile
      ndb/Makefile.am:
        Avoid error message trying 'windoze-dsp' in obsolete directory
      fbc6b181
  10. 19 May, 2006 1 commit
  11. 18 May, 2006 1 commit
    • unknown's avatar
      Use --with-ssl · a5e020a1
      unknown authored
      BUILD/compile-dist:
        Use --with-ssl instead of --with-yassl
      config/ac-macros/ssl.m4:
        Change variable name to with_bundled_yassl
      a5e020a1
  12. 08 May, 2006 3 commits
  13. 12 Apr, 2006 1 commit
    • unknown's avatar
      fixes for 'make dist' and 'make distcheck' · 2fb435f5
      unknown authored
      BUILD/compile-dist:
        fixes for 'make dist' and 'make distcheck'
        include yassl in "dist"
      Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove double-listing of everything in SUBDIRS and DIST_SUBDIRS
        remove @yassl_dir@, it belongs to extra/Makefile.am
        specify --basedir for mysql_install_db, in case builddir (where mysql_install_db is)
        differs from srcdir (where mysql_fix_privilege_tables.sql is)
      config/ac-macros/yassl.m4:
        fixes for 'make dist' and 'make distcheck'
        create Makefile's only if yassl is used
        yassl_dir must not include /
      config/ac-macros/zlib.m4:
        fixes for 'make dist' and 'make distcheck'
        create Makefile only if zlib is used
      configure.in:
        fixes for 'make dist' and 'make distcheck'
        create Makefile only if a feature is enabled
        storage engine dirs must not include /
        automatically disable readline/libedit/sql-bench if source dir is missing
      extra/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove SUBDIR/DIST_SUBDIR hack
      libmysql_r/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        when symlinking all files from libmysql/ take into account that
        srcdir != builddir
      libmysqld/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove fragile promiscuous search for object files
        if .o file is not where we look for it - extract it from the library
      mysql-test/ndb/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        ndbcluster script is not a "source"
        don't forget to cleanup
      plugin/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        include plugin/fulltext/configure.in template in the distribution
      storage/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove SUBDIRS/DIST_SUBDIRS hack
      storage/ndb/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        force common.mk.am out of DIST_COMMON (which is otherwise an
        auto-generated list of Makefile's sources) because it's listed
        indirectly in EXTRA_DIST, and with bk -r get, a file cannot be copied
        twice.
      2fb435f5
  14. 25 Nov, 2005 1 commit
  15. 06 May, 2005 2 commits
  16. 27 Apr, 2005 1 commit
    • unknown's avatar
      update of BUILD/* scripts to storage/ directory structure (they didn't work anymore) · 613ad2f6
      unknown authored
      BUILD/FINISH.sh:
        update to storage/ directory structure
      BUILD/compile-alpha-cxx:
        update to storage/ directory structure
      BUILD/compile-alpha-debug:
        update to storage/ directory structure
      BUILD/compile-dist:
        update to storage/ directory structure
      BUILD/compile-hpux11-parisc2-aCC:
        update to storage/ directory structure
      BUILD/compile-ia64-debug-max:
        update to storage/ directory structure
      BUILD/compile-irix-mips64-mipspro:
        update to storage/ directory structure
      BUILD/compile-pentium-pgcc:
        update to storage/ directory structure
      BUILD/compile-solaris-sparc-debug:
        update to storage/ directory structure
      BUILD/compile-solaris-sparc-forte:
        update to storage/ directory structure
      BUILD/compile-solaris-sparc:
        update to storage/ directory structure
      BUILD/compile-solaris-sparc-purify:
        update to storage/ directory structure
      613ad2f6
  17. 06 Jan, 2005 1 commit
  18. 31 Dec, 2004 2 commits