summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* libmysql.c:bar@mysql.com2004-11-051-1/+2
* Mergebar@mysql.com2004-11-051-0/+1
|\
| * libmysql.def, libmysql.c:bar@mysql.com2004-11-052-1/+2
* | Ensure that a source distribution contains 'libmysql/libmysql.def'joerg@mysql.com2004-11-011-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-10-201-6/+4
|\ \
| * | Code cleanups (done during review of new code)monty@mysql.com2004-10-201-6/+4
| |/
* | libmysql.c:paul@ice.snake.net2004-10-191-0/+3
|/
* libmysql.c:bar@mysql.com2004-10-191-0/+33
* Fix for BUG#5073 "--disable-local-infile has no effect if client reads it wit...guilhem@mysql.com2004-08-171-1/+1
* - rename: EXCEPTIONS->EXCEPTIONS-CLIENTlenz@mysql.com2004-08-058-8/+8
* - Fixed libmysql license texts: added reference to the FLOSSlenz@mysql.com2004-08-058-42/+66
* lower_case_table_names=2 (Keep case for table names) was not honoredmonty@mysql.com2004-06-231-0/+2
* Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0monty@mysql.com2004-06-181-1/+2
|\
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23guilhem@mysql.com2004-06-171-1/+2
| |\
| | * Fix for BUG#4017 "mysql_real_connect buffer overflow"guilhem@mysql.com2004-06-171-1/+2
* | | mysql_get_parameter interface fixedhf@deer.(none)2004-05-311-1/+1
* | | Fix to make Windows compilation smootherhf@deer.(none)2004-05-262-18/+9
* | | New MYSQL_SERVER_SUFFIX usage (for easier compilation)monty@mysql.com2004-05-251-1/+1
* | | WL #1510 "Implement support for "commercial" binaries on handshake",konstantin@mysql.com2004-03-172-3/+60
* | | Merge with 3.23 to get patch for floor()monty@mysql.com2004-03-121-2/+2
|\ \ \ | |/ /
| * | Fix for bug#2021: Wron error message from the clientgluh@gluh.mysql.r18.ru2004-02-111-4/+2
| |/
* | Added missing argument to strxnmov() (Applies for windows debug mode)monty@mashka.mysql.fi2004-02-201-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-191-5/+7
|\ \
| * | Fixed usage of strxnmov() in recent changesetsmonty@mysql.com2004-02-191-5/+7
* | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0greg@mysql.com2004-02-192-11/+11
|\ \ \ | |/ /
| * | potential problem fixed afer some reasoningserg@serg.mylan2004-02-192-11/+11
* | | Mergegreg@mysql.com2004-02-091-2/+2
|\ \ \ | |/ /
| * | For to export the right functions with changes done from 4.0.16miguel@hegel.local2004-02-041-2/+2
* | | Revise Windows build script, correct comment re NetWare in libmysql.cgreg@mysql.com2004-01-211-1/+1
|/ /
* | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...monty@mysql.com2003-12-111-6/+16
* | code cleanup after some reasoningserg@serg.mylan2003-12-091-1/+2
* | rpl_parse and rpl_probe don't have to be reset as they are already 0monty@mysql.com2003-11-281-19/+23
* | "optimization cleanup" reverted - problems on rpl_redirect test.serg@serg.mylan2003-11-281-0/+2
* | no need to zero-initialize mysql->master->{rpl_pivot, options.rpl_parse, konstantin@mysql.com2003-11-281-3/+0
* | cleanup:konstantin@mysql.com2003-11-281-2/+0
* | 4 small items in this:guilhem@mysql.com2003-10-312-2/+2
* | Better fix for CREATE TABLE IF NOT EXISTS ... SELECTmonty@mashka.mysql.fi2003-10-151-2/+2
* | Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-232-6/+8
* | fixed bug #1174vva@eagle.mysql.r18.ru2003-09-021-1/+1
* | Add detection of in_addr_tmonty@narttu.mysql.fi2003-08-281-6/+7
* | vio ssl structure renames (to get rid of ending _)monty@narttu.mysql.fi2003-08-272-2/+3
* | Move test that uses many tables (in query_cache.test) to separate test so tha...monty@narttu.mysql.fi2003-08-222-18/+25
* | Fix for UNIXWARE 7monty@narttu.mysql.fi2003-07-031-2/+14
* | Changed connect with timeout to use poll() instead if socket() to avoid probl...monty@narttu.mysql.fi2003-06-231-27/+67
* | Fixed (not fatal) buffer overflowmonty@narttu.mysql.fi2003-06-041-1/+1
* | Exported functions required by MySQLCCmiguel@hegel.local2003-04-161-0/+4
* | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedlenz@mysql.com2003-03-182-196/+3
* | Change dbug.h -> my_dbug.h (Portability fix)monty@narttu.mysql.fi2003-03-171-1/+0
* | Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-30/+36
|\ \ | |/
| * Better fix for connect timeout problem.monty@narttu.mysql.fi2003-03-101-34/+37