summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
Commit message (Expand)AuthorAgeFilesLines
* merge with 4.0unknown2003-10-161-2/+2
|\
| * Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-2/+2
* | Portability fixes for windowsunknown2003-10-151-1/+1
* | Merge with 4.0.16unknown2003-10-071-2/+7
|\ \ | |/
| * Block SIGPIPE also for not threaded client programs.unknown2003-09-231-6/+7
* | Fix for bugs #1437, #1446unknown2003-10-041-6/+11
* | - Code cleanup: replaced C++-style comments with the proper syntax forunknown2003-09-241-1/+1
* | SCRUMunknown2003-09-191-4/+12
* | SCRUM:unknown2003-09-181-4/+15
* | SCRUM:unknown2003-09-171-11/+11
* | SCRUMunknown2003-09-171-28/+41
* | SCRUMunknown2003-09-161-23/+29
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-09-121-13/+11
|\ \
| * | SCRUM:unknown2003-09-121-13/+11
* | | merge with 4.1 treeunknown2003-09-111-117/+61
|\ \ \ | |/ / |/| |
| * | After merge fixes.unknown2003-09-111-117/+54
| * | mergeunknown2003-09-031-0/+7
| |\ \
| | * \ merge with 4.0.15unknown2003-08-291-0/+7
| | |\ \ | | | |/
| | | * Move test that uses many tables (in query_cache.test) to separate test so tha...unknown2003-08-221-0/+7
* | | | SCRUMunknown2003-09-111-1/+1
|/ / /
* | | C cleanupsunknown2003-09-031-2/+3
* | | merge commit, hope that none of bar and dlenev changes wereunknown2003-09-031-23/+37
|\ \ \ | |/ / |/| |
| * | manual mergeunknown2003-07-311-23/+37
| |\ \
| | * | Style fixes, comments for 4.1.1 authorizationunknown2003-07-181-4/+6
| | * | resolved conflict with pulled changesetunknown2003-07-091-23/+35
| | |\ \
| | | * | Preliminary support for options --secure-auth, unknown2003-07-081-4/+2
| | | * | Bug fixes for authenticationunknown2003-07-041-7/+11
| | | * | First version of new authentification procedure: now authentification is one-...unknown2003-07-011-24/+34
* | | | | After merge fixesunknown2003-08-191-2/+1
* | | | | Merge with 4.0.14unknown2003-08-111-1/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fix for UNIXWARE 7unknown2003-07-031-2/+14
| * | | Changed connect with timeout to use poll() instead if socket() to avoid probl...unknown2003-06-231-27/+67
* | | | SCRUM - adding client into embedded serverunknown2003-07-231-1/+4
* | | | SCRUMunknown2003-07-181-1/+1
* | | | Including client code into libmysqldunknown2003-07-141-63/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Some mistakes fixedunknown2003-07-141-0/+20
| * | | SCRUMunknown2003-07-041-4/+0
| * | | SCRUMunknown2003-06-181-33/+0
| * | | Last part of resolving conflicts after pullunknown2003-06-181-52/+1
| * | | SCRUMunknown2003-06-171-45/+75
| |\ \ \ | | | |/ | | |/|
| * | | SCRUMunknown2003-06-171-35/+21
* | | | implementation of mysql_stmt_reset client endunknown2003-07-081-0/+23
| |/ / |/| |
* | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...unknown2003-06-141-94/+89
|/ /
* | Fix for mysql_list_fields & reset stmt buffers from stmt_free_resultunknown2003-06-081-3/+7
* | merge with public treeunknown2003-06-051-87/+105
|\ \
| * \ Merge with 4.0.13unknown2003-06-041-1/+1
| |\ \ | | |/
| | * Fixed (not fatal) buffer overflowunknown2003-06-041-1/+1
| * | Added SQLSTATE to client/server protocolunknown2003-06-041-93/+99
* | | 1. Portability fixups for Connector/ODBC 3.52 & DBDunknown2003-06-041-22/+29
* | | Fix windows build after applyiing the changes from new client.c(sql-common)unknown2003-06-031-207/+0