summaryrefslogtreecommitdiff
path: root/include/mysql.h
Commit message (Expand)AuthorAgeFilesLines
* Proposal to fix this problem: when using libmysqlclient, you must call mysql_...unknown2005-02-041-0/+11
* Truncations patch: a post-review fix. unknown2004-12-181-1/+4
* Data truncation reporting implementation (libmysql) + post reviewunknown2004-12-161-10/+76
* Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-111-0/+2
|\
| * Adding new function prototypeunknown2004-11-101-0/+2
* | Merge with 4.1 to get in latest bug fixesunknown2004-11-041-17/+0
|\ \ | |/
| * Remove support for obsolete 4.1.1 prepared statements C API names:unknown2004-11-011-17/+0
* | merge with 4.1unknown2004-10-291-0/+1
|\ \ | |/
| * Review of all code pushed since last reviewunknown2004-10-201-0/+1
* | Merge with 4.1unknown2004-09-061-5/+6
|\ \ | |/
| * mysql.h:unknown2004-08-251-4/+4
| * 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
| * | Fixes for bugs in embedded library:unknown2004-07-221-0/+1
| |/
* | Port of cursors to be pushed into 5.0 tree:unknown2004-08-031-1/+12
|/
* After merge fixesunknown2004-06-251-1/+0
* Merge with 4.0 to get the latest bug patches to 4.1unknown2004-06-251-1/+1
|\
| * lower_case_table_names=2 (Keep case for table names) was not honoredunknown2004-06-231-1/+1
* | Type of MYSQL_BIND::buffer changed to void *unknown2004-06-251-1/+1
* | Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-241-17/+1
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-181-1/+3
|\ \
| * | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level.unknown2004-06-151-1/+3
* | | Comments and cleanups in client library.unknown2004-06-161-1/+1
|/ /
* | mysql_stmt_field_count()unknown2004-06-061-0/+1
* | HAVE_DEPRECATED_411_API macro removed.unknown2004-06-041-1/+0
* | 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/+13
|\ \ | |/
| * Fix to make Windows compilation smootherunknown2004-05-261-0/+13
| * Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-1/+1
* | Added additional parameter userdata for mysql_set_local_infile_handlerunknown2004-05-071-3/+6
* | myisam_data_pointer_sizeunknown2004-05-011-1/+1
* | Mergeunknown2004-04-301-2/+6
|\ \
| * | Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647)unknown2004-04-301-2/+6
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-2/+1
|\ \ \
| * | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedunknown2004-04-301-2/+1
| |/ /
* | | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set unknown2004-04-301-0/+23
|/ /
* | simple optimzationunknown2004-03-311-4/+6
* | Simplification: MYSQL_RES *result replaced with MYSQL_DATA result;unknown2004-03-281-2/+5
* | Cleanups & safety fixesunknown2004-03-251-6/+6
* | Added LOCAL INFILE callback function support.unknown2004-03-221-0/+21
* | Removed compiler warningunknown2004-03-181-1/+1
* | Intermediate commit of client library (cleanups + fixes of 3 items from unknown2004-03-161-19/+33
* | Rename:unknown2004-03-101-1/+1
* | New call mysql_stmt_init() introduced.unknown2004-03-051-21/+43
* | Changed wellformedlen to well_formed_lenunknown2004-02-171-2/+2
* | Fix for #2212 (mysql_change_user doesn't work in embedded library)unknown2004-02-141-0/+1
* | manual merge, bug #2247unknown2004-02-131-0/+2
|\ \
| * | Fix for bug #2247: "mysql_stmt_affected_rows returns affected rows from unknown2004-02-061-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-111-0/+1
|\ \ \