summaryrefslogtreecommitdiff
path: root/libmysql_r
Commit message (Collapse)AuthorAgeFilesLines
* Mergekent@mysql.com2005-07-061-2/+2
|\
| * Makefile.am:kent@mysql.com2005-07-051-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-161-2/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | small Makefile.am cleanupserg@serg.mylan2005-01-281-1/+1
| | | | | | | | | | clean: targets removed generated *.h files moved to include/
* | Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2005-01-121-1/+1
|\ \ | |/ | | | | into mysql.com:/home/jonas/src/mysql-5.0
| * Use ZLIB_LIBS when linking libmysqlclient_r (Bug #6418)jimw@mysql.com2005-01-051-1/+1
| |
* | WL#1051, more maintanable error messages.anjuta@arthur.local2004-12-131-2/+2
|/
* manually mergedserg@serg.mylan2004-08-181-7/+10
|\
| * - rename: EXCEPTIONS->EXCEPTIONS-CLIENTlenz@mysql.com2004-08-051-1/+1
| |
| * - Fixed libmysql license texts: added reference to the FLOSSlenz@mysql.com2004-08-051-7/+10
| | | | | | | | EXCEPTIONS file and amended the GPL text as requested by Zak
* | WL#1518, "make bundled zlib usable for unix builds": konstantin@mysql.com2004-07-241-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 fixesmonty@mysql.com2004-05-271-1/+1
|\ \ | |/
| * Fix to make Windows compilation smootherhf@deer.(none)2004-05-261-1/+1
| |
* | Merge with 4.0 to get:monty@mysql.com2003-11-201-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 bylenz@mysql.com2003-11-191-1/+1
| | | | | | | | setting LIBS to include @openss_libs@ (BUG#1652)
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-2/+1
|/
* - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-11/+0
| | | | | - some additional small fixes - added "depcomp" for automake 1.5
* merge with 3.23.44monty@hundin.mysql.fi2001-11-041-1/+1
|\
| * Portability fixes.monty@hundin.mysql.fi2001-11-021-1/+1
| |
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-041-1/+1
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-041-1/+1
| | | | | | | | Fix problem with MyISAM and rows of length 65517-65520
* | OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-241-1/+1
|/
* don't depend on mit-pthread filesmonty@work.mysql.com2000-08-311-0/+11
|
* Fix for mit-pthreads on linuxmonty@work.mysql.com2000-08-301-1/+4
|
* Change the behavior of --enable-thread-safe-client. It now buildstim@localhost.polyesthetic.msg2000-08-181-0/+39
both a non-threaded libmysqlclient and a threaded libmysqlclient_r.