summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* ha_ndbcluster.m4:kent@mysql.com/kent-amd64.(none)2008-02-261-3/+3
| | | | Use MYSQL_NUMERIC_VERSION, to make sure NDB_VERSION_BUILD is numeric
* Merge mysql.com:/home/kent/bk/build/mysql-5.0-buildkent@kent-amd64.(none)2008-02-262-4/+4
|\ | | | | | | into mysql.com:/home/kent/bk/build/mysql-5.1-build
| * Makefile.am, Info.plist.sh:kent@mysql.com/kent-amd64.(none)2008-02-263-6/+6
| | | | | | | | | | | | Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot misc.m4, character_sets.m4, openssl.m4: Removed unneded semicolon
* | ha_ndbcluster.m4:kent@mysql.com/kent-amd64.(none)2008-02-121-9/+4
| | | | | | | | | | If the third number in version is followed by a letter, include it in NDB_VERSION_STATUS, but not in numeric NDB_VERSION_BUILD
* | Bug#30296antony@pcg5ppc.xiphis.org2007-10-251-0/+11
| | | | | | | | | | | | | | "Dynamic plugins fail to load on FreeBSD" ELF executables need to be linked using the -export-dynamic option to ld(1) for symbols defined in the executable to become visible to dlsym(). Also, do not build plugins on an all-static build.
* | Merge polly.(none):/home/kaa/src/maint/bug31254/my51-bug31254kaa@polly.(none)2007-10-121-2/+9
|\ \ | | | | | | | | | into polly.(none):/home/kaa/src/maint/mysql-5.1-maint
| * \ Merge polly.(none):/home/kaa/src/maint/bug31254/my50-bug31254kaa@polly.(none)2007-10-121-2/+9
| |\ \ | | |/ | | | | | | into polly.(none):/home/kaa/src/maint/bug31254/my51-bug31254
| | * Fix for bug #31254: "Max_data_length" truncated / reported wrongkaa@polly.(none)2007-10-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (compiler issue ?) Problem: Improper compile-time flags on AIX prevented use of files > 2 GB. This resulted in Max_data_length being truncated to 2 GB by MyISAM code. Solution: Reverted large-file changes from the fix for bug10776. We need to define _LARGE_FILES on AIX to have support for files > 2 GB. Since _LARGE_FILE_API is incompatible with _LARGE_FILES and may be automatically defined by including standards.h, we also need a workaround to avoid this conflict.
| | * Merge trift2.:/MySQL/M50/push-5.0joerg@trift2.2007-09-131-5/+2
| | |\ | | | | | | | | | | | | into trift2.:/MySQL/M50/tmp-5.0
| | * \ Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-buildtsmith@ramayana.hindu.god2007-08-011-8/+3
| | |\ \ | | | | | | | | | | | | | | | into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
* | | \ \ Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-buildkent@kent-amd64.(none)2007-09-262-12/+12
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
| * | | | Makefile.am:kent@mysql.com/kent-amd64.(none)2007-09-262-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge production.mysql.com:/usersnfs/jperkin/bk/tmp/bug-27520jperkin@production.mysql.com2007-09-071-5/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | into production.mysql.com:/usersnfs/jperkin/bk/trees/51/mysql-5.1
| * | | Fix bug#27520. For some unknown reason, libtool.m4 attemptsjperkin@production.mysql.com2007-08-201-5/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to find "ar" but if it cannot be found sets AR=false. This leads to confusing failures during the build rather than at configure time. We have our own checks for ar, but as AR was already set earlier by the libtool tests they were never exectuted. Therefore, update the tests so that we catch any libtool failures, and run AC_CHECK_PROG explicitly to ensure that we see sensible output from configure prior to any potential failure.
* | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-buildtsmith@ramayana.hindu.god2007-08-011-1/+23
|\ \ \ | | | | | | | | | | | | into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
| * \ \ Merge mysql.com:/home/kent/bk/config_h/mysql-5.0-buildkent@kent-amd64.(none)2007-07-301-1/+0
| |\ \ \ | | |/ / | | | | | | | | into mysql.com:/home/kent/bk/config_h/mysql-5.1-build
| | * | Generate "config.h" directly into the "include" directory, later copiedkent@mysql.com/kent-amd64.(none)2007-07-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | to "my_config.h". Not to pollute the top directory, and to get more control over what is included. Made the include path for "libedit" pick up its own "config.h" first.
| * | | Many files:kent@mysql.com/kent-amd64.(none)2007-07-231-0/+23
| | | | | | | | | | | | | | | | Put back old code to check stack direction at configure time
* | | | Bug #10776: Failure to compile ndb ReadNodesConf.cpp on AIX 5.2tnurnberg@sin.intern.azundris.com2007-08-011-0/+7
| | | | | | | | | | | | | | | | 5.1 specific fixes so cluster will build on AIX (with IBM compiler)
* | | | Merge sin.intern.azundris.com:/home/tnurnberg/10776/50-10776tnurnberg@sin.intern.azundris.com2007-08-011-8/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| into sin.intern.azundris.com:/home/tnurnberg/10776/51-10776
| * | Bug #10776: Failure to compile ndb ReadNodesConf.cpp on AIX 5.2tnurnberg@sin.intern.azundris.com2007-08-011-8/+3
| |/ | | | | | | | | | | | | | | mysqld hasn't been built on AIX with ndb-everything in quite a while. this allowed a variety of changes to be added that broke the AIX build for both the GNU and IBM compilers (but the IBM suite in particular). Changeset lets build to complete on AIX 5.2 for users of the GNU and the IBM suite both. Tudo bem?
* | sql_parse.cc, config-win.h, config-netware.h:kent@mysql.com/kent-amd64.(none)2007-05-272-25/+4
| | | | | | | | | | | | | | | | | | Don't try determine stack direction at configure time compiler_flag.m4: Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible misc.m4, configure.in: Use fourth argument to AC_TRY_RUN, to be used in cross compilation Don't try determine stack direction at configure time
* | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1tomas@whalegate.ndb.mysql.com2007-05-221-1/+1
|\ \ | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
| * \ Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbmikael@dator3.(none)2007-05-101-1/+1
| |\ \ | | | | | | | | | | | | into dator3.(none):/home/mikael/mysql_clones/rt-5.1
| | * \ Merge mikael@192.168.0.203:/home/mikael/mysql_clones/rt-5.1mikron@mikael-ronstr-ms-dator.local2007-05-081-1/+1
| | |\ \ | | | | | | | | | | | | | | | into mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
| | | * \ Merge mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.0-ndbmikron@mikael-ronstr-ms-dator.local2007-05-071-1/+1
| | | |\ \ | | | | |/ | | | | | | | | | | into mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
| | | | * Fix SCI Transportermikron@mikael-ronstr-ms-dator.local2007-05-071-1/+1
| | | | |
| | | | * Merge ↵df@pippilotta.erinye.com2007-04-111-0/+24
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-25601 into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
* | | | | \ Merge siva.hindu.god:/home/tsmith/m/bk/51tsmith@siva.hindu.god2007-05-172-3/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/maint/51
| * | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-opttomas@whalegate.ndb.mysql.com2007-05-101-1/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
| | * | | | Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bjgni@dev3-221.dev.cn.tlan2007-05-081-1/+0
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb
| | | * | | Merge dev3-164.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-new-ndb-bjdli@dev3-164.dev.cn.tlan2007-04-241-1/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into dev3-164.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-23137
| | | | * | | ndb - fix for BUG#23137, ha_ndbcluster.m4 bug.dli@dev3-76.dev.cn.tlan2006-11-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Because NDB_CXXFLAGS is just used in ndb engine, moved NDB_CXXFLAGS from ha_ndbcluster.m4 to ndb/config/common.mk.am.
| * | | | | | WL#2936 - Falcon & MySQL plugin interface: server variablesistruewing@chilla.local2007-04-301-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Avoid compiler warnings
* | | | | | Bug #28267 Cannot build with OpenSSLmsvensson@pilot.blaudden2007-05-071-1/+1
|/ / / / / | | | | | | | | | | | | | | | - Fix use of uninitialized variable in config/ac-macros/ssl.m4
* | | | | Merge ↵df@pippilotta.erinye.com2007-04-111-0/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-25601 into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
| * \ \ \ \ Merge ↵df@pippilotta.erinye.com2007-03-091-0/+24
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-25601 into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-25601
| | * | | | BUG#25601 Missing m4 macro MYSQL_CHECK_TIME_Tdf@pippilotta.erinye.com2007-03-091-0/+24
| | | | | |
* | | | | | Merge mysql.com:/home/kent/bk/tmp3/mysql-5.0-buildkent@kent-amd64.(none)2007-04-111-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | into mysql.com:/home/kent/bk/tmp3/mysql-5.1-build
| * | | | | my_memmem.c:kent@mysql.com/kent-amd64.(none)2007-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back port of include change and copyright from 5.1 Makefile.am, zlib.m4: Use separate libtool convenience library for the bundled zlib to embed into executables and shared libraries created, and one to install into the pkglib directory
* | | | | | Merge mysql.com:/home/kent/bk/sotest/mysql-5.0-buildkent@kent-amd64.(none)2007-04-051-2/+11
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | into mysql.com:/home/kent/bk/sotest/mysql-5.1-build
| * | | | zlib.m4:kent@mysql.com/kent-amd64.(none)2007-04-051-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only require the more recent zlibCompileFlags() when building the server, client zlib don't need it. Makefile.am: Always build the bundled zlib static only configure.in: Look for dlopen() even if --with-mysqld-ldflags constains "-static", as this is not the same as the flag to "ld", it just informs "libtool" to link static with libraries created part of the build, even if there exists shared versions. make_binary_distribution.sh: Real "mysqlmanager" executable might be in ".libs"
* | | | | Merge mysql.com:/home/bar/mysql-5.0.b22378bar@mysql.com2007-03-291-0/+13
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | into mysql.com:/home/bar/mysql-5.1-new-rpl
| * | | Bug#22378 Make error, strings/ctype-utf8.c, uni_plane undeclaredbar@mysql.com2007-03-271-0/+13
| |/ / | | | | | | | | | | | | | | | - Fixing utf8_general_cs according to recent changes. - Compiling utf8_general_cs in pentium-debug-max configuration to avoid these problems in the future.
| * | Fixed the make distcheck problem. We only really need to create libndb.ver ↵mtaylor@qualinost.(none)2007-01-191-0/+9
| | | | | | | | | | | | if we are building Ndb.
* | | files are in storage/ndb in 5.1. fix merge from 5.0mtaylor@qualinost.(none)2007-01-191-2/+2
| | |
* | | We only want to do these things if we are building Ndb.mtaylor@qualinost.(none)2007-01-191-0/+11
| | |
* | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145j.mysql.com2007-01-122-34/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
| * \ \ Merge mysql.com:/home/bkroot/mysql-5.1-new-rpllars@black.(none)2006-12-082-34/+1
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/bk/MERGE/mysql-5.1-merge
| | * | | WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code.cbell/Chuck@suse.vabb.com2006-12-072-34/+1
| | | | | | | | | | | | | | | | | | | | Please see worklog for details on files changed.