summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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.0-buildtsmith@ramayana.hindu.god2007-08-011-8/+3
|\ \ | |/ |/| | | into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
| * 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?
* | 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.
* 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
| * BUG#25601 Missing m4 macro MYSQL_CHECK_TIME_Tdf@pippilotta.erinye.com2007-03-091-0/+24
| |
* | 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
* | 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"
* | 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.
* ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4:kent@mysql.com/kent-amd64.(none)2006-11-273-8/+8
| | | | Reenabled build outside source tree
* Use a direct reference to the yassl and taocrypt libtool libraries to link with msvensson@shellback.(none)2006-09-211-1/+2
|
* Bug#21327 OpenSSL-checking in configuremsvensson@neptunus.(none)2006-08-141-2/+2
| | | | | - Change $d to $libs as suggested. - Thanks to Michael Prohm for the patch!
* Merge xiphis.org:/home/antony/work2/p4-bug12096.2acurtis@xiphis.org2006-06-281-0/+22
|\ | | | | | | into xiphis.org:/home/antony/work2/p4-bug12096.2-merge
| * traditional grep does not have -q optionacurtis@xiphis.org2006-06-211-1/+1
| |
| * Bug#12096acurtis@xiphis.org2006-05-311-0/+22
| | | | | | | | | | | | "Add line for non-executable stack in .s files" Fix so that configure will use "--noexecstack" for assembler if gcc supports option and compiled C doesn't need executable stack.
* | Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_initmsvensson@shellback.(none)2006-05-311-2/+0
|/ | | | | | | - Include prefix files that renames all public functions in yaSSLs OpenSSL API to ya<function_name>. They will otherwise conflict with OpenSSL functions if loaded by an application that uses OpenSSL as well as libmysqlclient with yaSSL support.
* Bug#18818 configure: No longer finds OpenSSL on Mac OS Xmsvensson@neptunus.(none)2006-05-122-8/+11
| | | | | - Remove usage of $shrext_cmds variable - Test for libs using all known library file endings
* Bug#18818 configure: No longer finds OpenSSL on Mac OS Xmsvensson@neptunus.(none)2006-04-282-3/+5
| | | | | - Eval shrext_cmds variable before using it - Moved from acinclude.m4 to openssl.m4 and zlib.m4 when merging 4.1 -> 5.0
* Merge 192.168.0.20:mysql/my50-yassl_3/msvensson@neptunus.(none)2006-04-191-1/+4
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * Add new yaSSL filesmsvensson@shellback.(none)2006-04-111-1/+4
| | | | | | | | | | Add benchmark, testsuite and taocrypt/test as places where to produce Makfiles and build - very useful for debugging
* | postmerge fix: added tinfo support.bell@sanja.is.com.ua2006-04-131-1/+4
|/
* yassl link problem fixedserg@serg.mylan2006-04-031-1/+1
|
* zlib.m4:kent@mysql.com2006-04-011-3/+3
| | | | | Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=, and search the given include directory first (bug#18369)
* Makefile.am, yassl.m4:kent@mysql.com2006-04-011-2/+0
| | | | | | Enable automake to determine dependency on yaSSL, by explicitly listing the .la files in Makefile.am, instead of using 'yassl_libs_with_path', bug#18273
* zlib.m4, openssl.m4:kent@mysql.com2006-03-312-3/+6
| | | | Use when testing if shared library exists, bug#16332
* Add yassl libs to libmysqlclient_r as well.msvensson@neptunus.(none)2006-01-091-1/+3
| | | | | Add a symlink to extra/yassl/include/openssl to inlude/ when compiling with yassl Similiar to readline)
* Bug#10932 - Building server with key limit of 128, makes test cases failingo@mysql.com2005-12-021-0/+21
| | | | | | | | | | | | | | | | Allow for configuration of the maximum number of indexes per table. Added and used a configure.in macro. Replaced fixed limits by the configurable limit. Limited MyISAM indexes to its hard limit. Fixed a bug in opt_range.cc for many indexes with InnoDB. Tested for 2, 63, 64, 65, 127, 128, 129, 255, 256, and 257 indexes. Testing this part of the bugfix requires rebuilding of the server with different options. This cannot be done with our test suite. Therefore I added the necessary test files to the bug report. If you repeat the tests, please note that the ps_* tests fail for everything but 64 indexes. This is because of differences in the meta data, namely field lengths for index names etc.
* Include libyassl.la and libtaocrypt.la in libmysqlclient.la msvensson@neptunus.(none)2005-11-281-0/+2
|
* Bug #15168 yassl failure on amd64msvensson@devsrv-b.mysql.com2005-11-241-6/+4
| | | | - Use libtool to build libraries
* Check for zlib with a zzlibCompileFlags() function in config/ac-macros/zlib.m4.pem@mysql.com2005-11-211-1/+1
| | | | (Patch provided by serg)
* config/ac-macros/zlib.m4joerg@mysql.com2005-11-011-2/+3
| | | | | Accept any shared library for "libz", not just the static one. Bug#6584 Repetition of the corresponding change, as the 4.1 "acinclude.m4" is not used in 5.0.
* Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985msvensson@neptunus.(none)2005-10-281-6/+6
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linkingmsvensson@neptunus.(none)2005-10-271-0/+2
| | | | | | | | | | - Remove yassl_libsfrom CLIENT_LIBS var - Add yassl_libs to libmysql and libmysqld
| * Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linkingmsvensson@neptunus.(none)2005-10-181-6/+4
| | | | | | | | | | - Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking.
* | after merge fixgluh@eagle.intranet.mysql.r18.ru2005-10-121-1/+1
| |
* | added structured ndbd exit codestomas@poseidon.ndb.mysql.com2005-10-031-1/+1
| |
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2005-09-271-3/+4
|\ \ | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
| * | Bug #12526 yassl: Crashes in "integer.cpp"msvensson@neptunus.(none)2005-09-271-3/+4
| | | | | | | | | | | | - Improve detection of when to disable inlining for integer.cpp
* | | Merge stamagawa@bk-internal.mysql.com:/home/bk/mysql-5.0shuichi@mysql.com2005-09-211-0/+39
|\ \ \ | |/ / |/| | | | | into mysql.com:/home/shuichi/apps/mysql/bk/mysql-5.0b
| * | Fix for Bug#3982shuichi@mysql.com2005-09-141-0/+39
| |/ | | | | | | Added check for availability of multibyte characters and functions
* | Bug #12526 yassl: Crashes in "integer.cpp"msvensson@neptunus.(none)2005-09-151-0/+11
|/ | | | - Disable inlining in integer.cp for sparc solaris Cun C++ 5.6
* Many files:bar@mysql.com2005-09-121-2/+2
| | | | Adding esperanto collation
* Fixed a typo in the configure --help menu. brian@zim.(none)2005-09-061-1/+1
|
* Fix merge of BUG#11538 fix.stewart@mysql.com2005-08-181-4/+13
|
* Mergeserg@serg.mylan2005-07-171-6/+3
|\
| * config/ac-macros/yassl.m4: fix --without-yasslserg@serg.mylan2005-06-181-6/+3
| | | | | | | | configure.in: fix --without-darwin-mwcc