summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* - fixed tabbing and added several missing symbols (required forlenz@mysql.com2004-07-131-2/+14
* client.c, libmysql.c:paul@kite-hub.kitebird.com2004-06-302-3/+3
* Reword some client error messages.paul@kite-hub.kitebird.com2004-06-291-56/+56
* Fix for compilation failure on high-byte-first platforms.konstantin@mysql.com2004-06-261-3/+3
* Merge with 4.0 to get the latest bug patches to 4.1monty@mysql.com2004-06-251-0/+3
|\
| * lower_case_table_names=2 (Keep case for table names) was not honoredmonty@mysql.com2004-06-231-0/+2
| * Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0monty@mysql.com2004-06-181-1/+2
| |\
| | * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23guilhem@mysql.com2004-06-171-1/+2
| | |\
| | | * Fix for BUG#4017 "mysql_real_connect buffer overflow"guilhem@mysql.com2004-06-171-1/+2
* | | | Type of MYSQL_BIND::buffer changed to void *konstantin@mysql.com2004-06-251-4/+4
* | | | Fix for Bug#4030 "Client side conversion string -> date type doesn't konstantin@mysql.com2004-06-242-28/+62
* | | | Fixes to make client_test run on 64 bit Sun: a bug in libmysql and konstantin@mysql.com2004-06-221-5/+5
* | | | mergemonty@mysql.com2004-06-211-12/+15
|\ \ \ \
| * | | | Fixed some byte order bugs with prepared statements on machines with high-byt...monty@mysql.com2004-06-181-12/+15
* | | | | swapping lines to make gcc happyguilhem@mysql.com2004-06-191-1/+1
* | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-06-181-2/+4
|\ \ \ \ \
| * | | | | API change: mysql_shutdown() now requires a 2nd argument, the shutdown level.guilhem@mysql.com2004-06-181-2/+1
| * | | | | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level.guilhem@mysql.com2004-06-151-2/+5
| |/ / / /
* | | | | - mysql_stmt_send_long_data commented. A few other comments.konstantin@mysql.com2004-06-171-7/+35
* | | | | Comments and cleanups in client library.konstantin@mysql.com2004-06-161-154/+236
* | | | | Another place where Bug#4079 "error checking in prepared statements"konstantin@mysql.com2004-06-161-0/+1
* | | | | Fixed to compile with IBM C Compiler for AIX Version 6konstantin@mysql.com2004-06-151-3/+3
|/ / / /
* | | | Fix for Bug#4079 "error checking in prepared statements": konstantin@mysql.com2004-06-111-0/+7
* | | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for konstantin@mysql.com2004-06-101-1/+0
* | | | Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types konstantin@mysql.com2004-06-091-29/+97
* | | | mysql_stmt_field_count()konstantin@mysql.com2004-06-062-0/+11
* | | | More comments in prepared statements code.konstantin@mysql.com2004-06-061-78/+153
* | | | Added authentication code that was missed in mergemonty@mysql.com2004-06-031-51/+1
* | | | Merge with 4.0 to get fixes for netwaremonty@mysql.com2004-06-021-1/+1
|\ \ \ \ | |/ / /
| * | | mysql_get_parameter interface fixedhf@deer.(none)2004-05-311-1/+1
* | | | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ...dlenev@brandersnatch.localdomain2004-05-271-1/+2
* | | | merge with 4.0 to get windows fixesmonty@mysql.com2004-05-272-2/+9
|\ \ \ \ | |/ / /
| * | | Fix to make Windows compilation smootherhf@deer.(none)2004-05-262-18/+9
* | | | Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-262-2/+4
* | | | Merge with 4.0 to get fixes for Windows project filesmonty@mysql.com2004-05-251-1/+1
|\ \ \ \ | |/ / /
| * | | New MYSQL_SERVER_SUFFIX usage (for easier compilation)monty@mysql.com2004-05-251-1/+1
* | | | Support for character set conversion in binary protocol: another gokonstantin@mysql.com2004-05-251-82/+27
* | | | Fixes for #3371, #3372, #3374, #3375, #3376hf@deer.(none)2004-05-151-24/+30
* | | | Fix VC++ compiler error (function redifinition) for embedded servermiguel@hegel.local2004-05-101-1/+1
* | | | Added additional parameter userdata for mysql_set_local_infile_handlergeorg@beethoven.local2004-05-071-4/+9
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-072-7/+9
|\ \ \ \
| * | | | Portability fixesmonty@mysql.com2004-05-072-7/+9
* | | | | mysql_stmt_reset now expects ok/error packet from server.konstantin@mysql.com2004-05-061-1/+2
|/ / / /
* | | | Fix to handle unsigned data in prepared statements (Bug #3447)monty@mysql.com2004-05-041-9/+15
* | | | Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_...monty@mysql.com2004-04-301-7/+4
* | | | Mergemonty@mysql.com2004-04-301-8/+173
|\ \ \ \
| * | | | Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647)monty@mysql.com2004-04-301-8/+173
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-04-301-29/+30
|\ \ \ \ \
| * | | | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedkonstantin@mysql.com2004-04-301-29/+30
| |/ / / /
* | | | | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set konstantin@mysql.com2004-04-302-0/+52
|/ / / /