summaryrefslogtreecommitdiff
path: root/scripts/mysql_config.sh
Commit message (Collapse)AuthorAgeFilesLines
* mysql_config.sh:kent@mysql.com/c-644072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-09-251-7/+8
| | | | | Filter out plain -O and Sun C/C++ style optimization flags, -xO<level> Filter out icc specific options from cflags/libs(_r)
* mysql_config.sh:kent@mysql.com2006-03-291-1/+6
| | | | If installed, search built in lib path first, bug#13158
* mysql_config.sh:kent@mysql.com2006-03-271-1/+1
| | | | Remove Solaris -xc99=none C option as C++ compiler can't handle it
* mysql_config.sh:kent@mysql.com2006-03-271-8/+19
| | | | We are not to control what malloc package others are to use, remove -lmtmalloc from --libs(_r), bug#18322
* mysql_config.sh:kent@mysql.com2005-09-281-1/+1
| | | | Added -lz to link using libmysqld
* Makefile.am:kent@mysql.com2005-09-241-5/+8
| | | | | | | | Revert to shell test script for test targets mysqltest.c: Windows pclose() returns error code in low byte mysql_config.sh: Remove -Xa -xstrconst from --cflags for Sun C++
* If mysql_config is a symlink, resolve it before trying to find the lib andjimw@mysql.com2005-06-241-5/+13
| | | | include directories relative to where it is located. (Bug #10986)
* A fix for Bug#6273 "building fails on link": we should not usekonstantin@mysql.com2005-02-051-3/+4
| | | | | CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when we use the bundled zlib.
* Merge mysql.com:/home/jwinstead2/mysql-4.1-7021jimw@mysql.com2005-01-061-1/+1
|\ | | | | | | into mysql.com:/home/jwinstead2/mysql-4.1-clean
| * Make sure to include ZLIB_LIBS in mysql_config --libs_r (Bug #7021)jimw@mysql.com2005-01-051-1/+1
| |
* | Add comment to make code for option-stripping in mysql_config more clearjimw@mysql.com2005-01-061-0/+2
| |
* | Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964)jimw@mysql.com2005-01-051-1/+1
|/ | | | (Second commit of this patch -- first included wrong changes.)
* Fix for bug #5396(libmysql depends on SSL)hf@deer.(none)2004-09-101-1/+1
| | | | Since libmysqld has libmysql's capabilities it needs lssl to compile
* \| is sed is on-portableserg@serg.mylan2004-02-201-4/+9
|
* fixed bug #1650 "mysql_config --libmysqd-libs misses libwrap"vva@eagle.mysql.r18.ru2003-11-151-1/+1
|
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-10-061-1/+1
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * typo fixed (bug #1390 - incorrect mysql_config output)serg@serg.mylan2003-09-281-1/+1
| |
* | Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-4/+18
|/ | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* Fixbar@bar.mysql.r18.ru2002-08-141-1/+1
|
* Merge from 3.23.48 treemonty@hundin.mysql.fi2002-01-301-6/+11
|\
| * Fixed bug when making a range join based on information from a const table.monty@hundin.mysql.fi2002-01-181-6/+11
| |
* | merge with 3.23.47monty@hundin.mysql.fi2001-12-061-0/+51
|\ \ | |/
| * Small changes to mysql_config.shmonty@hundin.mysql.fi2001-12-051-8/+20
| |
| * get correct paths in mysql_config even if the user moves basedirsasha@mysql.sashanet.com2001-12-011-0/+39
| |
* | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-5/+8
|/ | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* Fixed portability bug in my_config.shmonty@tik.mysql.fi2001-05-281-1/+1
| | | | Added print of --use-symbolic-links in mysqld
* Import changesetbk@work.mysql.com2000-07-311-0/+74