summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
Commit message (Expand)AuthorAgeFilesLines
* client.c, libmysql.c:unknown2004-06-301-1/+1
* 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-241-27/+61
* | | | 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-061-0/+10
* | | | More comments in prepared statements code.unknown2004-06-061-78/+153
* | | | Added authentication code that was missed in mergeunknown2004-06-031-51/+1
* | | | Merge with 4.0 to get fixes for netwareunknown2004-06-021-1/+1
|\ \ \ \ | |/ / /
| * | | mysql_get_parameter interface fixedunknown2004-05-311-1/+1
* | | | merge with 4.0 to get windows fixesunknown2004-05-271-0/+8
|\ \ \ \ | |/ / /
| * | | Fix to make Windows compilation smootherunknown2004-05-261-0/+8
* | | | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-1/+1
* | | | Merge with 4.0 to get fixes for Windows project filesunknown2004-05-251-1/+1
|\ \ \ \ | |/ / /
| * | | New MYSQL_SERVER_SUFFIX usage (for easier compilation)unknown2004-05-251-1/+1
* | | | Support for character set conversion in binary protocol: another gounknown2004-05-251-82/+27
* | | | Fixes for #3371, #3372, #3374, #3375, #3376unknown2004-05-151-24/+30
* | | | Added additional parameter userdata for mysql_set_local_infile_handlerunknown2004-05-071-4/+9
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-071-1/+9
|\ \ \ \
| * | | | Portability fixesunknown2004-05-071-1/+9
* | | | | mysql_stmt_reset now expects ok/error packet from server.unknown2004-05-061-1/+2
|/ / / /
* | | | Fix to handle unsigned data in prepared statements (Bug #3447)unknown2004-05-041-9/+15
* | | | Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_...unknown2004-04-301-7/+4
* | | | Mergeunknown2004-04-301-8/+173
|\ \ \ \
| * | | | Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647)unknown2004-04-301-8/+173
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-29/+30
|\ \ \ \ \
| * | | | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedunknown2004-04-301-29/+30
| |/ / / /
* | | | | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set unknown2004-04-301-0/+50
|/ / / /
* | | | Allow one to send empty strings with mysql_stmt_send_long_data()unknown2004-04-281-2/+11
* | | | Stubs for types/names of placeholders, cursor flags and array execution countunknown2004-03-311-4/+16
* | | | Simplification: MYSQL_RES *result replaced with MYSQL_DATA result;unknown2004-03-281-107/+72
* | | | bad merge (?) fixedunknown2004-03-261-1/+1