summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Additional bug fixunknown2003-03-081-0/+3
| | * A correct fix for the timeout problemunknown2003-03-081-7/+4
| | * connect timeout bug fixunknown2003-02-101-0/+3
* | | system_charset_info has been moved to /sql directoryunknown2003-03-161-10/+10
* | | Portability fixesunknown2003-02-271-1/+1
* | | merge fixunknown2003-02-221-16/+21
|\ \ \
| * | | Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know w...unknown2003-02-211-13/+18
| * | | Merge with 4.0.11 tree to get latest bug fixesunknown2003-02-171-2/+3
| |\ \ \ | | |/ /
| | * | Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-2/+3
| * | | Fix to read the correct 'default value'unknown2003-02-151-1/+1
| * | | Updated tests for MYSQL_FIELD members for misc casesunknown2003-02-151-1/+0
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-151-272/+266
|\ \ \ \ | |/ / /
| * | | Fixed problem when connecting to user without a password.unknown2003-02-141-272/+266
* | | | mergeunknown2003-02-131-1/+4
|\ \ \ \ | |/ / / |/| | |