Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mysql_config.sh: | kent@mysql.com/c-644072d5.010-2112-6f72651.cust.bredbandsbolaget.se | 2006-09-25 | 1 | -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.com | 2006-03-29 | 1 | -1/+6 |
| | | | | If installed, search built in lib path first, bug#13158 | ||||
* | mysql_config.sh: | kent@mysql.com | 2006-03-27 | 1 | -1/+1 |
| | | | | Remove Solaris -xc99=none C option as C++ compiler can't handle it | ||||
* | mysql_config.sh: | kent@mysql.com | 2006-03-27 | 1 | -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.com | 2005-09-28 | 1 | -1/+1 |
| | | | | Added -lz to link using libmysqld | ||||
* | Makefile.am: | kent@mysql.com | 2005-09-24 | 1 | -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 and | jimw@mysql.com | 2005-06-24 | 1 | -5/+13 |
| | | | | include directories relative to where it is located. (Bug #10986) | ||||
* | A fix for Bug#6273 "building fails on link": we should not use | konstantin@mysql.com | 2005-02-05 | 1 | -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-7021 | jimw@mysql.com | 2005-01-06 | 1 | -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.com | 2005-01-05 | 1 | -1/+1 |
| | | |||||
* | | Add comment to make code for option-stripping in mysql_config more clear | jimw@mysql.com | 2005-01-06 | 1 | -0/+2 |
| | | |||||
* | | Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964) | jimw@mysql.com | 2005-01-05 | 1 | -1/+1 |
|/ | | | | (Second commit of this patch -- first included wrong changes.) | ||||
* | Fix for bug #5396(libmysql depends on SSL) | hf@deer.(none) | 2004-09-10 | 1 | -1/+1 |
| | | | | Since libmysqld has libmysql's capabilities it needs lssl to compile | ||||
* | \| is sed is on-portable | serg@serg.mylan | 2004-02-20 | 1 | -4/+9 |
| | |||||
* | fixed bug #1650 "mysql_config --libmysqd-libs misses libwrap" | vva@eagle.mysql.r18.ru | 2003-11-15 | 1 | -1/+1 |
| | |||||
* | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-10-06 | 1 | -1/+1 |
|\ | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | typo fixed (bug #1390 - incorrect mysql_config output) | serg@serg.mylan | 2003-09-28 | 1 | -1/+1 |
| | | |||||
* | | Block SIGPIPE also for not threaded client programs. | monty@narttu.mysql.fi | 2003-09-23 | 1 | -4/+18 |
|/ | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues | ||||
* | Fix | bar@bar.mysql.r18.ru | 2002-08-14 | 1 | -1/+1 |
| | |||||
* | Merge from 3.23.48 tree | monty@hundin.mysql.fi | 2002-01-30 | 1 | -6/+11 |
|\ | |||||
| * | Fixed bug when making a range join based on information from a const table. | monty@hundin.mysql.fi | 2002-01-18 | 1 | -6/+11 |
| | | |||||
* | | merge with 3.23.47 | monty@hundin.mysql.fi | 2001-12-06 | 1 | -0/+51 |
|\ \ | |/ | |||||
| * | Small changes to mysql_config.sh | monty@hundin.mysql.fi | 2001-12-05 | 1 | -8/+20 |
| | | |||||
| * | get correct paths in mysql_config even if the user moves basedir | sasha@mysql.sashanet.com | 2001-12-01 | 1 | -0/+39 |
| | | |||||
* | | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -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.sh | monty@tik.mysql.fi | 2001-05-28 | 1 | -1/+1 |
| | | | | Added print of --use-symbolic-links in mysqld | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+74 |