summaryrefslogtreecommitdiff
path: root/libmysql/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* small Makefile.am cleanupserg@serg.mylan2005-01-281-1/+1
| | | | | clean: targets removed generated *.h files moved to include/
* WL#1051, more maintanable error messages.anjuta@arthur.local2004-12-131-1/+2
|
* merge with 4.0monty@mysql.com2004-11-121-1/+1
|\
| * Ensure that a source distribution contains 'libmysql/libmysql.def'joerg@mysql.com2004-11-011-1/+1
| | | | | | | | which is needed for Netware ports.
* | manually mergedserg@serg.mylan2004-08-181-6/+9
|\ \ | |/
| * - rename: EXCEPTIONS->EXCEPTIONS-CLIENTlenz@mysql.com2004-08-051-1/+1
| |
| * - Fixed libmysql license texts: added reference to the FLOSSlenz@mysql.com2004-08-051-6/+9
| | | | | | | | 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/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.15monty@narttu.mysql.fi2003-08-291-1/+1
|\ \ | |/
| * vio ssl structure renames (to get rid of ending _)monty@narttu.mysql.fi2003-08-271-1/+1
| | | | | | | | | | Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
* | - added libmysql/client_settings.h to distributionlenz@kallisto.local2003-06-191-0/+1
| |
* | SCRUM:hf@deer.(none)2003-05-311-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Here is another pack of changes about gathering common client code in sql-common/client.c. Now i symlink the client.c from sql/ and libmysql/. These directories have client_settings.h files to be included to client.c. It contains defines and declarations to compile client.c in appropriate manner. Also i've added include/sql_common.h, containing declarations of what is exported from client.c I removed as many #ifdef-s from client.c as i dared to. I think it's better push it with some extra #ifdef-s now (of course, if everythihg besides it is ok) so other people can check the code.
* | SCRUMhf@deer.mysql.r18.ru2003-04-231-0/+5
| | | | | | | | Protocol_cursor class and sql-common/ directory
* | Merge with 4.0.12monty@narttu.mysql.fi2003-03-191-5/+3
|\ \ | |/
| * - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedlenz@mysql.com2003-03-181-5/+3
| | | | | | | | | | | | | | | | symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c)
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-2/+1
| |
* | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-4/+0
|/ | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
* Fix after mergemonty@hundin.mysql.fi2002-08-081-0/+1
| | | | Updated WEEK() and DATE information in the manual.
* merge with 3.23.52monty@hundin.mysql.fi2002-08-081-0/+3
|\
| * Fixed problem with make distcheckmonty@hundin.mysql.fi2002-08-061-0/+4
| | | | | | | | Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-1/+1
|\ \ | |/
| * Portability fixes.monty@hundin.mysql.fi2001-11-021-1/+1
| |
* | cleanupsasha@mysql.sashanet.com2001-10-231-1/+1
| | | | | | | | | | | | removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
* | Fix for make distmonty@hundin.mysql.fi2001-09-291-3/+3
| |
* | 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
| |
* | fixed new error messages and got vio to compilesasha@mysql.sashanet.com2001-06-081-0/+5
| |
* | Makefile.am removed automake complaints about "sqlobjects"tonu@hundin.mysql.fi2001-06-011-1/+0
| | | | | | | | | | Makefile.shared removed automake complaints about "sqlobjects" .del-violite.c~53d4251a69d3c Delete: sql/violite.c
* | symlink sql/violite.c to libmysql/violite.c, since violite.c got removedsasha@mysql.sashanet.com2001-05-241-0/+5
|/ | | | from libmysql directory to make things compile
* Use INSTALL_DATA instead of cp.tim@threads.polyesthetic.msg2001-02-011-2/+2
| | | | mysql.server is a script, not data.
* Makefile bug fixes.tim@cane.mysql.fi2000-12-211-0/+1
|
* fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵sasha@mysql.sashanet.com2000-12-071-1/+1
| | | | follow
* Fix for mit-pthreads on linuxmonty@work.mysql.com2000-08-301-0/+2
|
* Change the behavior of --enable-thread-safe-client. It now buildstim@localhost.polyesthetic.msg2000-08-181-70/+9
| | | | both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
* Delayed keys + portability fixesmonty@donna.mysql.com2000-08-161-0/+3
|
* Import changesetbk@work.mysql.com2000-07-311-0/+149