| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes to make client_test run on 64 bit Sun: a bug in libmysql and | unknown | 2004-06-22 | 1 | -5/+5 |
* | merge | unknown | 2004-06-21 | 1 | -12/+15 |
|\ |
|
| * | Fixed some byte order bugs with prepared statements on machines with high-byt... | unknown | 2004-06-18 | 1 | -12/+15 |
* | | swapping lines to make gcc happy | unknown | 2004-06-19 | 1 | -1/+1 |
* | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | unknown | 2004-06-18 | 1 | -2/+4 |
|\ \ |
|
| * | | API change: mysql_shutdown() now requires a 2nd argument, the shutdown level. | unknown | 2004-06-18 | 1 | -2/+1 |
| * | | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level. | unknown | 2004-06-15 | 1 | -2/+5 |
| |/ |
|
* | | - mysql_stmt_send_long_data commented. A few other comments. | unknown | 2004-06-17 | 1 | -7/+35 |
* | | Comments and cleanups in client library. | unknown | 2004-06-16 | 1 | -154/+236 |
* | | Another place where Bug#4079 "error checking in prepared statements" | unknown | 2004-06-16 | 1 | -0/+1 |
* | | Fixed to compile with IBM C Compiler for AIX Version 6 | unknown | 2004-06-15 | 1 | -3/+3 |
|/ |
|
* | Fix for Bug#4079 "error checking in prepared statements": | unknown | 2004-06-11 | 1 | -0/+7 |
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | unknown | 2004-06-10 | 1 | -1/+0 |
* | Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types | unknown | 2004-06-09 | 1 | -29/+97 |
* | mysql_stmt_field_count() | unknown | 2004-06-06 | 2 | -0/+11 |
* | More comments in prepared statements code. | unknown | 2004-06-06 | 1 | -78/+153 |
* | Added authentication code that was missed in merge | unknown | 2004-06-03 | 1 | -51/+1 |
* | Merge with 4.0 to get fixes for netware | unknown | 2004-06-02 | 1 | -1/+1 |
|\ |
|
| * | mysql_get_parameter interface fixed | unknown | 2004-05-31 | 1 | -1/+1 |
* | | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ... | unknown | 2004-05-27 | 1 | -1/+2 |
* | | merge with 4.0 to get windows fixes | unknown | 2004-05-27 | 2 | -2/+9 |
|\ \
| |/ |
|
| * | Fix to make Windows compilation smoother | unknown | 2004-05-26 | 2 | -18/+9 |
* | | Changed prototype of killed_ptr() to make it more portable | unknown | 2004-05-26 | 2 | -2/+4 |
* | | Merge with 4.0 to get fixes for Windows project files | unknown | 2004-05-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | New MYSQL_SERVER_SUFFIX usage (for easier compilation) | unknown | 2004-05-25 | 1 | -1/+1 |
* | | Support for character set conversion in binary protocol: another go | unknown | 2004-05-25 | 1 | -82/+27 |
* | | Fixes for #3371, #3372, #3374, #3375, #3376 | unknown | 2004-05-15 | 1 | -24/+30 |
* | | Fix VC++ compiler error (function redifinition) for embedded server | unknown | 2004-05-10 | 1 | -1/+1 |
* | | Added additional parameter userdata for mysql_set_local_infile_handler | unknown | 2004-05-07 | 1 | -4/+9 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-05-07 | 2 | -7/+9 |
|\ \ |
|
| * | | Portability fixes | unknown | 2004-05-07 | 2 | -7/+9 |
* | | | mysql_stmt_reset now expects ok/error packet from server. | unknown | 2004-05-06 | 1 | -1/+2 |
|/ / |
|
* | | Fix to handle unsigned data in prepared statements (Bug #3447) | unknown | 2004-05-04 | 1 | -9/+15 |
* | | Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_... | unknown | 2004-04-30 | 1 | -7/+4 |
* | | Merge | unknown | 2004-04-30 | 1 | -8/+173 |
|\ \ |
|
| * | | Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647) | unknown | 2004-04-30 | 1 | -8/+173 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-04-30 | 1 | -29/+30 |
|\ \ \ |
|
| * | | | Fix for Bug#3035 "Prepared statement integer inserts": now unsigned | unknown | 2004-04-30 | 1 | -29/+30 |
| |/ / |
|
* | | | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set | unknown | 2004-04-30 | 2 | -0/+52 |
|/ / |
|
* | | Allow one to send empty strings with mysql_stmt_send_long_data() | unknown | 2004-04-28 | 1 | -2/+11 |
* | | Stubs for types/names of placeholders, cursor flags and array execution count | unknown | 2004-03-31 | 1 | -4/+16 |
* | | Simplification: MYSQL_RES *result replaced with MYSQL_DATA result; | unknown | 2004-03-28 | 3 | -108/+76 |
* | | bad merge (?) fixed | unknown | 2004-03-26 | 1 | -1/+1 |
* | | Cleanups & safety fixes | unknown | 2004-03-25 | 1 | -89/+133 |
* | | Unicode Collation Algorithm subset implementation | unknown | 2004-03-24 | 1 | -1/+2 |
* | | Added LOCAL INFILE callback function support. | unknown | 2004-03-22 | 2 | -19/+155 |
* | | merge with 4.0 (to get compiler error fixes for innodb) | unknown | 2004-03-19 | 2 | -0/+54 |
|\ \
| |/ |
|
| * | WL #1510 "Implement support for "commercial" binaries on handshake", | unknown | 2004-03-17 | 2 | -3/+60 |
| * | Merge with 3.23 to get patch for floor() | unknown | 2004-03-12 | 1 | -2/+2 |
| |\ |
|
| | * | Fix for bug#2021: Wron error message from the client | unknown | 2004-02-11 | 1 | -4/+2 |