summaryrefslogtreecommitdiff
path: root/libmysql_r
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am:serg@janus.mylan2007-10-081-0/+1
| | | | do link_sources only once
* Makefile.am:kent@mysql.com/kent-amd64.(none)2007-09-261-1/+1
| | | | Corrected typo
* Makefile.am:kent@mysql.com/kent-amd64.(none)2007-09-261-2/+1
| | | | | | | | | | | | | | | | Always include all sub directories in "make dist" Removed incorrect comment configure.in: Unconditionally list make files in AC_CONFIG_FILES Removed 'thread_dirs', it is not used Minor cleanup compile-dist: Simplified the configure line needed for "make dist" to get it all zlib.m4, ssl.m4: Unconditionally list make files in AC_CONFIG_FILES Makefile.am: Removed DIST_SUBDIRS not needed Don't copy soft links as files into source package
* my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-0/+3
| | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* Merge mysql.com:/home/kent/bk/mysql-4.1kent@mysql.com/kent-amd64.(none)2006-11-271-5/+5
|\ | | | | | | into mysql.com:/home/kent/bk/mysql-5.0
| * gen_rec.awk:kent@mysql.com/kent-amd64.(none)2006-11-271-5/+5
| | | | | | | | | | | | Fix undefined behaviour. Many files: Reenabled build outside ource tree
* | Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_initmsvensson@shellback.(none)2006-05-311-1/+1
| | | | | | | | | | | | | | - 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.
* | yassl link problem fixedserg@serg.mylan2006-04-031-5/+1
| |
* | Makefile.am, yassl.m4:kent@mysql.com2006-04-011-1/+5
| | | | | | | | | | | | 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
* | Add yassl libs to libmysqlclient_r as well.msvensson@neptunus.(none)2006-01-091-2/+2
| | | | | | | | | | Add a symlink to extra/yassl/include/openssl to inlude/ when compiling with yassl Similiar to readline)
* | Mergekent@mysql.com2005-11-041-2/+2
|\ \ | |/
| * Makefile.am, configure.in:kent@mysql.com2005-09-241-2/+2
| | | | | | | | Enable "make distcheck" to work
* | Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linkingmsvensson@neptunus.(none)2005-10-181-2/+2
| | | | | | | | | | - 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.
* | 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.