summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Better AR guessing.svoj@mysql.com2005-06-221-0/+29
| |
* | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-221-0/+27
|/ | | | | Fix GCC 4.0 link failure. Better CXX_VERSION guessing.
* WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-121-0/+1
| | | | Fix for link failures on boxes with non-gnu compiler.
* WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-031-2/+2
| | | | Compilation errors fixes.
* Fix warnings from iccmonty@mysql.com2005-05-181-2/+2
| | | | | Added BUILD scripts for icc Fixed (one time) memory leak in grant handling
* gcc 2.92 compatibilityserg@sergbook.mylan2005-05-051-0/+17
|
* Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-05-011-2/+2
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0