summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* German Phone book collation is always compiledbar@bar.mysql.r18.ru2003-03-261-1/+1
* Merge with 4.0.12monty@narttu.mysql.fi2003-03-193-6/+3
|\
| * - 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 4.0monty@narttu.mysql.fi2003-03-161-6/+10
|\ \ | |/
| * 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
| | * Additional bug fixSinisa@sinisa.nasamreza.org2003-03-081-0/+3
| | * A correct fix for the timeout problemSinisa@sinisa.nasamreza.org2003-03-081-7/+4
| | * connect timeout bug fixSinisa@sinisa.nasamreza.org2003-02-101-0/+3
* | | system_charset_info has been moved to /sql directoryroot@home.(none)2003-03-161-10/+10
* | | Portability fixesmonty@narttu.mysql.fi2003-02-271-1/+1
* | | merge fixSinisa@sinisa.nasamreza.org2003-02-221-16/+21
|\ \ \
| * | | Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know w...venu@myvenu.com2003-02-211-13/+18
| * | | Merge with 4.0.11 tree to get latest bug fixesmonty@mashka.mysql.fi2003-02-171-2/+3
| |\ \ \ | | |/ /
| | * | Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-171-2/+3
| * | | Fix to read the correct 'default value'venu@myvenu.com2003-02-151-1/+1
| * | | Updated tests for MYSQL_FIELD members for misc casesvenu@myvenu.com2003-02-151-1/+0
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-02-151-272/+266
|\ \ \ \ | |/ / /
| * | | Fixed problem when connecting to user without a password.monty@mashka.mysql.fi2003-02-141-272/+266
* | | | mergeSinisa@sinisa.nasamreza.org2003-02-131-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-02-071-1/+1
| |\ \ \
| | * | | a fix in libmysql.cSinisa@sinisa.nasamreza.org2003-02-051-1/+1
* | | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-02-121-16/+27
|\ \ \ \ \ | |/ / / /
| * | | | Fix compilation errors reported by Lenz on misc platformsvenu@myvenu.com2003-02-061-4/+4
| * | | | Fix stupid signed and unsigned conversion - When field and buffer types are...venu@myvenu.com2003-02-051-16/+22
| * | | | Conversion fix - bug report from PHPvenu@myvenu.com2003-02-041-17/+22
| |/ / /
* | | | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-0/+29
* | | | Update lengths for fields in MYSQL_FIELDmonty@mashka.mysql.fi2003-02-081-27/+49
* | | | Merge with 4.0.11monty@mashka.mysql.fi2003-02-044-14/+56
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge with 3.23.56 (Replace manual with 'empty' document)monty@mashka.mysql.fi2003-01-281-1/+2
| |\ \ | | |/
| | * Make PACKET_TOO_LARGE error handling safer in clientmonty@mashka.mysql.fi2003-01-281-11/+9
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-284-14/+50
| * | Merge with 3.23.55monty@mashka.mysql.fi2003-01-251-0/+6
| |\ \ | | |/
| | * a symlink that was missing ...Sinisa@sinisa.nasamreza.org2003-01-211-1/+3
| | * Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2003-01-081-0/+2
| | |\
| | * | Fixing that 3.23 API / clients do not disconnect if a large Sinisa@sinisa.nasamreza.org2003-01-042-691/+15
* | | | Added charset number to result headermonty@mashka.mysql.fi2003-02-041-10/+13
* | | | Force to read all unread packets on stmt_closevenu@myvenu.com2003-01-311-7/+27
* | | | Few misc cases check from PHP - client_testvenu@myvenu.com2003-01-311-1/+2
* | | | Fix typo - un supported -> unsupportedvenu@myvenu.com2003-01-311-3/+3
* | | | Fix alloc_stmt_fields for non-select statementsvenu@myvenu.com2003-01-301-6/+27
* | | | Merge conflictvenu@myvenu.com2003-01-302-8/+38
|\ \ \ \
| * | | | Fix 'n' concurrent prepared executionsvenu@myvenu.com2003-01-302-8/+38
* | | | | Move latin1 into a separarte filebar@bar.mysql.r18.ru2003-01-291-1/+1
* | | | | Reorganization to restore generating charset C files from conf filesbar@bar.mysql.r18.ru2003-01-291-1/+1
|/ / / /
* | | | Fix leak when the client disconnects with open prep statements venu@myvenu.com2003-01-281-8/+5
* | | | Fix stmt_close not to close the resources on error(libmysql)venu@myvenu.com2003-01-271-7/+9
* | | | Misc cleanups + pure coverage test + Monty's commentsvenu@myvenu.com2003-01-241-8/+27
* | | | MYSQL_TIME handling - clientvenu@myvenu.com2003-01-231-127/+284