summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-071-1/+1
| |\ \ \
| | * | | a fix in libmysql.cunknown2003-02-051-1/+1
* | | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2003-02-121-16/+27
|\ \ \ \ \ | |/ / / /
| * | | | Fix compilation errors reported by Lenz on misc platformsunknown2003-02-061-4/+4
| * | | | Fix stupid signed and unsigned conversion - When field and buffer types are...unknown2003-02-051-16/+22
| * | | | Conversion fix - bug report from PHPunknown2003-02-041-17/+22
| |/ / /
* | | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-0/+29
* | | | Update lengths for fields in MYSQL_FIELDunknown2003-02-081-27/+49
* | | | Merge with 4.0.11unknown2003-02-044-14/+56
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge with 3.23.56 (Replace manual with 'empty' document)unknown2003-01-281-1/+2
| |\ \ | | |/
| | * Make PACKET_TOO_LARGE error handling safer in clientunknown2003-01-281-11/+9
| * | Fixes for Netwareunknown2003-01-284-14/+50
| * | Merge with 3.23.55unknown2003-01-251-0/+6
| |\ \ | | |/
| | * a symlink that was missing ...unknown2003-01-211-1/+3
| | * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-01-081-0/+2
| | |\
| | * | Fixing that 3.23 API / clients do not disconnect if a large unknown2003-01-042-691/+15
* | | | Added charset number to result headerunknown2003-02-041-10/+13
* | | | Force to read all unread packets on stmt_closeunknown2003-01-311-7/+27
* | | | Few misc cases check from PHP - client_testunknown2003-01-311-1/+2
* | | | Fix typo - un supported -> unsupportedunknown2003-01-311-3/+3
* | | | Fix alloc_stmt_fields for non-select statementsunknown2003-01-301-6/+27
* | | | Merge conflictunknown2003-01-302-8/+38
|\ \ \ \
| * | | | Fix 'n' concurrent prepared executionsunknown2003-01-302-8/+38
* | | | | Move latin1 into a separarte fileunknown2003-01-291-1/+1
* | | | | Reorganization to restore generating charset C files from conf filesunknown2003-01-291-1/+1
|/ / / /
* | | | Fix leak when the client disconnects with open prep statements unknown2003-01-281-8/+5
* | | | Fix stmt_close not to close the resources on error(libmysql)unknown2003-01-271-7/+9
* | | | Misc cleanups + pure coverage test + Monty's commentsunknown2003-01-241-8/+27
* | | | MYSQL_TIME handling - clientunknown2003-01-231-127/+284
* | | | Avoid memory overruns when buffer_length is too small (when fetching binary d...unknown2003-01-231-2/+6
* | | | Remove bind_length + Fix the client-testunknown2003-01-221-21/+24
* | | | Portability fixes (for windows)unknown2003-01-212-64/+82
* | | | Merge work.mysql.com:/home/bk/mysql-4.1unknown2003-01-181-2/+35
|\ \ \ \