summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* 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-142-64/+19
|\ \
| * | Some mistakes fixedunknown2003-07-141-0/+20
| * | Resolving conflictsunknown2003-07-042-81/+16
| |\ \
| | * | SCRUMunknown2003-07-041-4/+0
| | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-191-0/+1
| | |\ \
| | * | | SCRUMunknown2003-06-181-33/+0
| | * | | Last part of resolving conflicts after pullunknown2003-06-182-56/+1
| | * | | SCRUMunknown2003-06-172-63/+78
| | |\ \ \
| | * | | | SCRUMunknown2003-06-172-37/+27
* | | | | | implementation of mysql_stmt_reset client endunknown2003-07-082-0/+24
|/ / / / /
* | | | | Fixed some new memory leaksunknown2003-06-241-84/+63
| |_|/ / |/| | |
* | | | - added libmysql/client_settings.h to distributionunknown2003-06-191-0/+1
| |/ / |/| |
* | | Fix for compilation error.unknown2003-06-161-1/+1
* | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...unknown2003-06-142-115/+93
|/ /
* | 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-042-22/+30
* | | Fix windows build after applyiing the changes from new client.c(sql-common)unknown2003-06-031-207/+0
* | | SCRUM:unknown2003-06-032-8/+1
* | | SCRUM:unknown2003-05-314-95/+192
* | | Lots of conflicts resolvedunknown2003-05-281-2195/+3
|\ \ \ | |/ / |/| |
| * | SCRUMunknown2003-05-021-2143/+3
* | | ORDER BY optimizationunknown2003-05-271-1/+5
* | | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setunknown2003-05-261-81/+165
* | | mergeunknown2003-05-221-6/+1
|\ \ \
| * \ \ Merge with 4.0.13unknown2003-05-191-6/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Exported functions required by MySQLCCunknown2003-04-161-0/+4
* | | UCS2 and UTF8 are in separate files nowunknown2003-05-211-1/+1
* | | Fix for Windows build by adding pack.c to appropriate .dsp filesunknown2003-05-201-0/+3
* | | Added mysql_fetch_column functionunknown2003-05-202-23/+217
|/ /
* | SCRUMunknown2003-04-233-69/+12
* | Fix to have a reserved OK byte (prepare result)unknown2003-04-161-3/+3
* | Fix broken windows distribution workspace file (libmysql.dsp), which is causi...unknown2003-04-161-5/+18
* | Added the support of statement result navigation APIsunknown2003-04-161-9/+82
* | Exported functions claimed by MySQLCCunknown2003-04-111-0/+2
* | German Phone book collation is always compiledunknown2003-03-261-1/+1
* | Merge with 4.0.12unknown2003-03-193-6/+3
|\ \ | |/
| * - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-182-196/+3
| * Change dbug.h -> my_dbug.h (Portability fix)unknown2003-03-171-1/+0
* | Merge with 4.0unknown2003-03-161-6/+10
|\ \ | |/
| * Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-101-30/+36
| |\
| | * Better fix for connect timeout problem.unknown2003-03-101-34/+37