summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.1unknown2004-09-069-270/+495
|\
| * A fix and test case for Bug#4231 "Wrong result with MYSQL_TIMEunknown2004-09-021-7/+0
| * A short fix and test case for Bug#5126 unknown2004-08-261-0/+2
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-261-2/+2
| |\
| | * Portability fixesunknown2004-08-261-2/+2
| * | Cleanup.unknown2004-08-251-10/+8
| |/
| * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-201-1/+1
| |\
| | * Fixed symbol name problems that made build fail.unknown2004-08-191-1/+1
| * | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2004-08-191-2/+2
| |\ \ | | |/ | |/|
| | * Fixes for bugs in embedded library:unknown2004-07-221-2/+2
| * | manually mergedunknown2004-08-188-42/+66
| |\ \
| | * | Fix for BUG#5073 "--disable-local-infile has no effect if client reads it wit...unknown2004-08-171-1/+1
| | * | - rename: EXCEPTIONS->EXCEPTIONS-CLIENTunknown2004-08-058-8/+8
| | * | - Fixed libmysql license texts: added reference to the FLOSSunknown2004-08-058-42/+66
| * | | Fix for BUG#5038 "Cannot disable LOAD DATA LOCAL INFILE from client"unknown2004-08-171-1/+1
| * | | Fixing typos in big comment (libmysql): unknown2004-08-101-3/+3
| * | | Comments in libmysql (prepared statements API)unknown2004-08-101-20/+169
| * | | libmysql.c:unknown2004-08-061-3/+5
| * | | Cleanup in libmysql.unknown2004-08-051-191/+248
| * | | WL#1518, "make bundled zlib usable for unix builds": unknown2004-07-241-1/+1
| | |/ | |/|
* | | Print value of Item_param if it has a value (when debugging)unknown2004-09-041-1/+1
* | | Port of cursors to be pushed into 5.0 tree:unknown2004-08-031-4/+73
* | | manual mergeunknown2004-07-201-2/+14
|\ \ \ | |/ /
| * | - fixed tabbing and added several missing symbols (required forunknown2004-07-131-2/+14
* | | Fixes for MSVC++ compiler.unknown2004-07-191-1/+1
|/ /
* | client.c, libmysql.c:unknown2004-06-302-3/+3
* | Reword some client error messages.unknown2004-06-291-56/+56
* | Fix for compilation failure on high-byte-first platforms.unknown2004-06-261-3/+3
* | Merge with 4.0 to get the latest bug patches to 4.1unknown2004-06-251-0/+3
|\ \ | |/
| * lower_case_table_names=2 (Keep case for table names) was not honoredunknown2004-06-231-0/+2
| * Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0unknown2004-06-181-1/+2
| |\
| | * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23unknown2004-06-171-1/+2
| | |\
| | | * Fix for BUG#4017 "mysql_real_connect buffer overflow"unknown2004-06-171-1/+2
* | | | Type of MYSQL_BIND::buffer changed to void *unknown2004-06-251-4/+4
* | | | Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-242-28/+62
* | | | Fixes to make client_test run on 64 bit Sun: a bug in libmysql and unknown2004-06-221-5/+5
* | | | mergeunknown2004-06-211-12/+15
|\ \ \ \
| * | | | Fixed some byte order bugs with prepared statements on machines with high-byt...unknown2004-06-181-12/+15
* | | | | swapping lines to make gcc happyunknown2004-06-191-1/+1
* | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-181-2/+4
|\ \ \ \ \
| * | | | | API change: mysql_shutdown() now requires a 2nd argument, the shutdown level.unknown2004-06-181-2/+1
| * | | | | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level.unknown2004-06-151-2/+5
| |/ / / /
* | | | | - mysql_stmt_send_long_data commented. A few other comments.unknown2004-06-171-7/+35
* | | | | Comments and cleanups in client library.unknown2004-06-161-154/+236
* | | | | Another place where Bug#4079 "error checking in prepared statements"unknown2004-06-161-0/+1
* | | | | Fixed to compile with IBM C Compiler for AIX Version 6unknown2004-06-151-3/+3
|/ / / /
* | | | Fix for Bug#4079 "error checking in prepared statements": unknown2004-06-111-0/+7
* | | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* | | | Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types unknown2004-06-091-29/+97
* | | | mysql_stmt_field_count()unknown2004-06-062-0/+11