Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | kent@mysql.com | 2005-07-06 | 1 | -2/+2 |
|\ | |||||
| * | Makefile.am: | kent@mysql.com | 2005-07-05 | 1 | -2/+3 |
| | | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir | ||||
* | | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵ | brian@zim.(none) | 2005-03-16 | 1 | -2/+1 |
| | | | | | | | | wants this feature look at a web-dav hookup). | ||||
* | | small Makefile.am cleanup | serg@serg.mylan | 2005-01-28 | 1 | -1/+1 |
| | | | | | | | | | | clean: targets removed generated *.h files moved to include/ | ||||
* | | Merge mysql.com:/home/jonas/src/mysql-4.1 | joreland@mysql.com | 2005-01-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | into mysql.com:/home/jonas/src/mysql-5.0 | ||||
| * | Use ZLIB_LIBS when linking libmysqlclient_r (Bug #6418) | jimw@mysql.com | 2005-01-05 | 1 | -1/+1 |
| | | |||||
* | | WL#1051, more maintanable error messages. | anjuta@arthur.local | 2004-12-13 | 1 | -2/+2 |
|/ | |||||
* | manually merged | serg@serg.mylan | 2004-08-18 | 1 | -7/+10 |
|\ | |||||
| * | - rename: EXCEPTIONS->EXCEPTIONS-CLIENT | lenz@mysql.com | 2004-08-05 | 1 | -1/+1 |
| | | |||||
| * | - Fixed libmysql license texts: added reference to the FLOSS | lenz@mysql.com | 2004-08-05 | 1 | -7/+10 |
| | | | | | | | | EXCEPTIONS file and amended the GPL text as requested by Zak | ||||
* | | WL#1518, "make bundled zlib usable for unix builds": | konstantin@mysql.com | 2004-07-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | required autotools macro written and deployed in all apropriate Makefile.ams. Use cases checked: - linux, standard location of zlib, no ndb - linux, standard locatoin of zlib, with ndb - linux, non-standard location of zlib, no ndb - hpux11, use of bundled zlib, no ndb The only non-checked case is non-standard location of zlib (or use of bundled zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts like AIX52 or HPUX11, where such a check is possible. It didn't compile there before as these systems dont't have installed zlib, so nothing got broken ;) | ||||
* | | merge with 4.0 to get windows fixes | monty@mysql.com | 2004-05-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix to make Windows compilation smoother | hf@deer.(none) | 2004-05-26 | 1 | -1/+1 |
| | | |||||
* | | Merge with 4.0 to get: | monty@mysql.com | 2003-11-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Fix for storing negative values in decimal fields Fix for FLUSH TABLE with HANDLER | ||||
| * | - removed some undefined non-weak symbols in libmysqlclient_r by | lenz@mysql.com | 2003-11-19 | 1 | -1/+1 |
| | | | | | | | | setting LIBS to include @openss_libs@ (BUG#1652) | ||||
* | | removed redundant -I include-dirs | serg@serg.mysql.com | 2002-11-26 | 1 | -2/+1 |
|/ | |||||
* | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-10-01 | 1 | -11/+0 |
| | | | | | - some additional small fixes - added "depcomp" for automake 1.5 | ||||
* | merge with 3.23.44 | monty@hundin.mysql.fi | 2001-11-04 | 1 | -1/+1 |
|\ | |||||
| * | Portability fixes. | monty@hundin.mysql.fi | 2001-11-02 | 1 | -1/+1 |
| | | |||||
* | | Merge work.mysql.com:/home/bk/mysql | monty@work.mysql.com | 2001-09-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | into work.mysql.com:/home/bk/mysql-4.0 | ||||
| * | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 1 | -1/+1 |
| | | | | | | | | Fix problem with MyISAM and rows of length 65517-65520 | ||||
* | | OpenSSL fixes. Should not affect anything else. | tonu@x153.internalnet | 2001-07-24 | 1 | -1/+1 |
|/ | |||||
* | don't depend on mit-pthread files | monty@work.mysql.com | 2000-08-31 | 1 | -0/+11 |
| | |||||
* | Fix for mit-pthreads on linux | monty@work.mysql.com | 2000-08-30 | 1 | -1/+4 |
| | |||||
* | Change the behavior of --enable-thread-safe-client. It now builds | tim@localhost.polyesthetic.msg | 2000-08-18 | 1 | -0/+39 |
both a non-threaded libmysqlclient and a threaded libmysqlclient_r. |