summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0unknown2006-07-291-1/+1
|\ | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 configure.in: Auto merged
| * configure.in:unknown2006-07-291-1/+1
| | | | | | | | | | | | | | | | Corrected typo configure.in: Corrected typo
* | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0unknown2006-07-281-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 configure.in: Auto merged scripts/make_binary_distribution.sh: Auto merged support-files/mysql.spec.sh: SCCS merged
| * Makefile.am, configure.in:unknown2006-07-281-0/+4
| | | | | | | | | | | | | | | | | | | | Man page for mysqld command move to section 8 (bug#21220) configure.in: Man page for mysqld command move to section 8 (bug#21220) man/Makefile.am: Man page for mysqld command move to section 8 (bug#21220)
| * Add a more reliable "getconf" test for Linuxthreads. The later trees should ↵unknown2006-07-071-6/+15
| | | | | | | | | | | | | | | | | | | | | | already have a better test (and so this should be null-merged there). ALSO! Make it so that it accepts NPTL as a valid _equivalent_ implementation.
| * configure.in:unknown2006-05-111-1/+1
| | | | | | | | | | | | | | | | Stepped up to 4.0.28 configure.in: Stepped up to 4.0.28
* | Increment the version number to 4.1.22, as 4.1.21 is cloned.unknown2006-07-141-2/+2
| |
* | Bug#19298 mysqld_safe still uses obsolete --skip-locking parameterunknown2006-06-271-4/+4
| | | | | | | | | | | | | | configure.in: Replaced skip-locking with newer skip-external-locking option. Removed extra quotes. scripts/mysqld_safe-watch.sh: Replaced skip-locking with newer skip-external-locking option.
* | configure.in:unknown2006-05-241-1/+1
| | | | | | | | | | | | | | | | Update NDB version as well configure.in: Update NDB version as well
* | configure.in:unknown2006-05-241-1/+1
| | | | | | | | | | | | | | | | Stepped up to 4.1.22 configure.in: Stepped up to 4.1.22
* | configure.in:unknown2006-04-291-2/+2
| | | | | | | | | | | | | | | | Changed version to 4.1.20 configure.in: Changed version to 4.1.20
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-04-191-3/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new configure.in: Auto merged
| * | configure.in:unknown2006-04-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Check for crypt() in libc first (bug#16478) configure.in: Check for crypt() in libc first (bug#16478)
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2006-04-111-0/+5
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1 acinclude.m4: Auto merged configure.in: Auto merged
| * Avoid trying to include <asm/atomic.h> when it doesn't work in C++unknown2006-04-101-0/+5
| | | | | | | | | | | | | | | | | | code. (Bug #13621) configure.in: Test whether atomic_add() and atomic_sub() are available in C++ code, since that is primarily where we will be using them.
* | configure.in:unknown2006-01-271-2/+2
| | | | | | | | | | | | | | | | Cloned off 4.1.18, new release number 4.1.19 configure.in: New release number
* | configure.in:unknown2006-01-271-1/+1
| | | | | | | | | | | | | | | | Generated "libmysql.ver" will be in \$(top_builddir) configure.in: Generated "libmysql.ver" will be in \$(top_builddir)
* | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-01-181-1/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | into april.(none):/home/svoj/devel/mysql/BUG3074/mysql-4.1 configure.in: Auto merged
| * | BUG#3074: Unversioned symbols in shared libraryunknown2006-01-171-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmysqlclient versioning when linked with GNU ld. BitKeeper/etc/ignore: Added libmysql/libmysql.ver to the ignore list configure.in: libmysqlclient versioning when linked with GNU ld. libmysql/Makefile.shared: libmysqlclient versioning when linked with GNU ld. libmysql/libmysql.ver.in: New BitKeeper file ``libmysql/libmysql.ver.in''
* | | Increase the version number to 4.1.18unknown2006-01-171-2/+2
|/ /
* | Raise the version number (as 4.1.16 has been cloned).unknown2005-11-301-2/+2
| |
* | configure.in:unknown2005-11-191-2/+2
| | | | | | | | | | | | | | | | Corrected "include/readline" link for "make distcheck" configure.in: Corrected "include/readline" linke for "make distcheck"
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-191-0/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck configure.in: Auto merged
| * \ Merge mysql.com:/home/jimw/my/mysql-4.1-12640unknown2005-11-171-0/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean configure.in: Auto merged
| | * | Don't add optimization flags to CFLAGS if the user specified theirunknown2005-11-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own CFLAGS (ditto for CXXFLAGS). (Bug #12640) configure.in: Only add optimization flags when no CFLAGS (and/or CXXFLAGS) were specified.
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-041-3/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck Makefile.am: Auto merged configure.in: Auto merged mysql-test/Makefile.am: Auto merged
| * | | Makefile.am, configure.in:unknown2005-09-241-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable "make distcheck" to work configure.in: Enable "make distcheck" to work Docs/Makefile.am: Enable "make distcheck" to work Makefile.am: Enable "make distcheck" to work client/Makefile.am: Enable "make distcheck" to work cmd-line-utils/libedit/Makefile.am: Enable "make distcheck" to work include/Makefile.am: Enable "make distcheck" to work libmysql/Makefile.am: Enable "make distcheck" to work libmysql_r/Makefile.am: Enable "make distcheck" to work libmysqld/Makefile.am: Enable "make distcheck" to work libmysqld/examples/Makefile.am: Enable "make distcheck" to work mysql-test/Makefile.am: Enable "make distcheck" to work ndb/docs/Makefile.am: Enable "make distcheck" to work netware/Makefile.am: Enable "make distcheck" to work pstack/Makefile.am: Enable "make distcheck" to work scripts/Makefile.am: Enable "make distcheck" to work sql-bench/Makefile.am: Enable "make distcheck" to work sql/Makefile.am: Enable "make distcheck" to work sql/share/Makefile.am: Enable "make distcheck" to work support-files/Makefile.am: Enable "make distcheck" to work
* | | | - after merge fixesunknown2005-10-271-0/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | configure.in: Auto merged support-files/mysql.spec.sh: - after-merge fix
| * | - Removed obsolete and outdated man page files from the manunknown2005-10-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory - these files are now maintained in the mysqldoc repository and included in the source distribution during the release build. Updated the configure.in script and Makefiles to create the man page file list at build time - Updated the file list in the RPM spec file to include all currently available man pages (this can not be done with wildcards, as the man pages are spread across several subpackages. However, RPM warns about unpackaged files, so newly added man pages can be spotted) BitKeeper/deleted/.del-isamchk.1.in~9d44303f6d951962: Delete: man/isamchk.1.in BitKeeper/deleted/.del-isamlog.1.in~416d91adbf665b19: Delete: man/isamlog.1.in BitKeeper/deleted/.del-mysql.1.in~3f4dbf65d31fea3a: Delete: man/mysql.1.in BitKeeper/deleted/.del-mysqlaccess.1.in~2adf98feb44a0dbf: Delete: man/mysqlaccess.1.in BitKeeper/deleted/.del-mysqladmin.1.in~81703c6092a1f769: Delete: man/mysqladmin.1.in BitKeeper/deleted/.del-mysqld.1.in~42371a82eb27d87c: Delete: man/mysqld.1.in BitKeeper/deleted/.del-mysqld_multi.1.in~b3f1c5343b8481e6: Delete: man/mysqld_multi.1.in BitKeeper/deleted/.del-mysqld_safe.1.in~6f34e14acc0c5e0b: Delete: man/mysqld_safe.1.in BitKeeper/deleted/.del-mysqldump.1.in~9520980bfec710d5: Delete: man/mysqldump.1.in BitKeeper/deleted/.del-mysql_fix_privilege_tables.1.in~7422405bb0e64325: Delete: man/mysql_fix_privilege_tables.1.in BitKeeper/deleted/.del-mysql_zap.1.in~df5cf8089b50c624: Delete: man/mysql_zap.1.in BitKeeper/deleted/.del-mysqlshow.1.in~81ce953dcc1a282f: Delete: man/mysqlshow.1.in BitKeeper/deleted/.del-perror.1.in~60d1efcbe71bdd9c: Delete: man/perror.1.in BitKeeper/deleted/.del-replace.1.in~e92dc1aea682608c: Delete: man/replace.1.in configure.in: - dynamically add man pages included in the man directory (the BK tree only contains one dummy file, the directory is populated by the Bootstrap script by copying current man pages from the documentation server) man/Makefile.am: - removed hard-coded list of man pages, the list is populated during the configure stage. When building from BK, only one placeholder file exists. For the release builds, this directory is populated by the Bootstrap script, which takes man page files from the documentation server. man/mysqlman.1: - removed version number support-files/mysql.spec.sh: - adjusted file list: added man pages that are now part of the official source distribution (taken from the documentation server)
| * | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-09-081-7/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/M40/mysql-4.0 configure.in: Auto merged
| | * \ Merge mysql.com:/M40/clone-4.0 into mysql.com:/M40/upward-4.0unknown2005-09-081-7/+10
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: Auto merged include/my_global.h: Auto merged
| | | * | configure.in:unknown2005-09-021-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back port of code to find the right 'ps' settings configure.in: Back port of code to find the right 'ps' settings
* | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8731bunknown2005-10-121-13/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean configure.in: Auto merged sql/mysqld.cc: Auto merged
| * | | | | Fix wait_timeout (and kill) handling on Mac OS X by cleaning up howunknown2005-10-111-13/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731) configure.in: Fix flags for Darwin 6 and later. Simplify Darwin 7-9 blocks to simply be a catch-all for *darwin* so that future Darwin releases get the latest flags. include/config-win.h: Define my_sigset() instead of sigset(). include/my_pthread.h: Define my_sigset() instead of trying to monkey with sigset(), and favor an implementation based on sigaction(). mysys/my_pthread.c: Remove pthread_signal(), which is identical to the new my_sigset() macro. mysys/thr_alarm.c: Use my_sigset() instead of sigset(). sql/mysqld.cc: Use my_sigset() instead of signal() and sigset(), remove unnecessary definition of sigset on __amiga__. Remove unused THREAD_SPECIFIC_SIGPIPE code. A future improvement would be to re-assess the use of sigaction() here and convert its usage to use my_sigset(). vio/vio.c: Always call fcntl() to initialize flags of socket in initialization to avoid problems on systems that don't report the flags on a socket correctly right after it has been returned from accept(), such as FreeBSD, Mac OS X, and possibly other BSD-derived systems. vio/viosocket.c: If fcntl() fails in vio_blocking(), restore the flags stored in the vio struct. mysql-test/r/wait_timeout.result: New BitKeeper file ``mysql-test/r/wait_timeout.result'' mysql-test/t/wait_timeout-master.opt: New BitKeeper file ``mysql-test/t/wait_timeout-master.opt'' mysql-test/t/wait_timeout.test: New BitKeeper file ``mysql-test/t/wait_timeout.test''
* | | | | Increase the version number.unknown2005-10-071-2/+2
|/ / / /
* | | | Merge bk-internal:/home/bk/mysql-4.1unknown2005-09-121-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean configure.in: Auto merged
| * \ \ \ Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0unknown2005-09-131-0/+9
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 configure.in: Auto merged
| | * | | configure.in:unknown2005-09-081-0/+9
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flag -DHAVE_DARWIN_THREADS not needed for darwin9 configure.in: Flag -DHAVE_DARWIN_THREADS not needed for darwin9
| | * | Clone of 4.0.26 is taken, increase version number.unknown2005-08-311-1/+1
| | |/
| | * - bumped up version number in configure.in to 4.0.26unknown2005-07-041-1/+1
| | | | | | | | | | | | | | | configure.in: - bumped up version number to 4.0.26
| | * configure.in:unknown2005-07-021-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Enable build with CXX=gcc and gcc version 4 configure.in: Enable build with CXX=gcc and gcc version 4
* | | Merge mysqldev@production.mysql.com:jimw/mysql-4.1-scounknown2005-09-121-69/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean configure.in: Auto merged include/my_pthread.h: Auto merged sql/examples/ha_archive.cc: Auto merged
| * | Port to SCO OpenServer 6. May require running ./configure withunknown2005-09-071-69/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --build=i686-unknown-sysv5SCO_SV6.0.0 include/my_pthread.h: Remove unnecessary define -- configure should define HAVE_NONPOSIX_SIGWAIT configure.in: Update checks for SCO threading libraries to handle OpenServer 6 Remove redundant OpenUNIX 8 checks Pass --build option through to bdb's configure
| * | Increase version number (prepare for new build including security fixes in ↵unknown2005-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | "zlib"). BitKeeper/etc/config: Using licensed version now.
| * | Last minor things to finish MySQL 4.1.10a:unknown2005-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - some wordings, - RPM packaging improvements. configure.in: Set the version string. scripts/mysql_create_system_tables.sh: Security change: Reduce the risk caused by predefined anonymous logins. sql/mysqld.cc: Correct a message text; align variable order with other versions. sql/sql_udf.cc: Fix an erroneous takeover of 4.0 wording. support-files/mysql.spec.sh: Fix date formatting, add missing change descriptions.
* | | Add test for madvise() being declared in C++ code, because it is notunknown2005-08-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Solaris even though it is available, and declare it ourselves in that case. (Bug #7156) configure.in: Add test for madvise() being declared when C++ compiler is used. include/my_global.h: Handle madvise() being available but not declared in C++ isam/extra.c: Fix typo in define test myisam/mi_extra.c: Fix typo in define test sql/examples/ha_tina.cc: Test that we have madvise() before trying to call it.
* | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-08-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1 configure.in: Auto merged
| * | | after pull cleanupunknown2005-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: don't be too restrictive mysql-test/r/rpl_drop_db.result: test case cleanup mysql-test/t/rpl_drop_db.test: test case cleanup
* | | | removed ndb grep from configure .inunknown2005-08-231-1/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/deleted/.del-Makefile~e0b7d67078f0fae0: Delete: ndb/src/kernel/blocks/dblqh/redoLogReader/Makefile BitKeeper/deleted/.del-Grep.cpp~ad798e9ae519d667: Delete: ndb/src/kernel/blocks/grep/Grep.cpp BitKeeper/deleted/.del-Makefile.am~f73be89578d3b6cc: Delete: ndb/src/kernel/blocks/grep/Makefile.am BitKeeper/deleted/.del-Grep.hpp~b05e3af6cfabe387: Delete: ndb/src/kernel/blocks/grep/Grep.hpp BitKeeper/deleted/.del-GrepInit.cpp~df28ab3a892455fd: Delete: ndb/src/kernel/blocks/grep/GrepInit.cpp BitKeeper/deleted/.del-Makefile~b293ae88e4394490: Delete: ndb/src/kernel/blocks/grep/systab_test/Makefile BitKeeper/deleted/.del-grep_systab_test.cpp~c7305578bec8cb62: Delete: ndb/src/kernel/blocks/grep/systab_test/grep_systab_test.cpp BitKeeper/deleted/.del-testGrep.cpp~2106eb0a6bf2a1b5: Delete: ndb/test/ndbapi/testGrep.cpp
* | | Increase the version number to 4.1.15 (as 4.1.14 has been cloned off).unknown2005-08-171-2/+2
| | |