Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug#41728: Dropped symbol but no soname change | Davi Arnaut | 2009-09-29 | 1 | -0/+1 |
* | Bug#29592 SQL Injection issue | davi@mysql.com/endora.local | 2007-11-26 | 1 | -1/+0 |
* | Fixed compiler warnings (for linux and win32 and win64) | monty@mysql.com/narttu.mysql.fi | 2007-02-22 | 1 | -1/+0 |
* | Backport fix for mysql client not using SSl library directly | msvensson@neptunus.(none) | 2006-04-22 | 1 | -0/+1 |
* | Fixes to previous changeset | monty@mishka.local | 2005-07-18 | 1 | -1/+1 |
* | New attempt after Bar's review | georg@lmy002.wdf.sap.corp | 2005-07-12 | 1 | -0/+1 |
* | New file default_modify.c. Fixed a typo on mysqld.cc | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-05-18 | 1 | -1/+2 |
* | Merge grichter@bk-internal1.mysql.com:/home/bk/mysql-5.0 | georg@lmy002.wdf.sap.corp | 2005-05-18 | 1 | -3/+0 |
|\ | |||||
| * | reverted last push - as discussed with Monty we will add | georg@lmy002.wdf.sap.corp | 2005-05-13 | 1 | -3/+0 |
* | | Manual merge (again) | konstantin@mysql.com | 2005-05-14 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | added function mysql_set_character_set (reviewed by Monty) | georg@lmy002.wdf.sap.corp | 2005-05-13 | 1 | -0/+1 |
* | | Added export symbols for workaround of bugs #8317,#9637 in PHP5 | georg@lmy002.wdf.sap.corp | 2005-05-08 | 1 | -0/+3 |
* | | added symbols mysql_server_init and mysql_server_end to allow windows | georg@lmy002.wdf.sap.corp | 2005-03-23 | 1 | -0/+2 |
|/ | |||||
* | libmysqld.def, libmysql.def: | mwagner@here.mwagner.org | 2005-01-12 | 1 | -1/+1 |
* | libmysqld.def, libmysql.def: | mwagner@here.mwagner.org | 2005-01-12 | 1 | -0/+1 |
* | libmysql.def, libmysql.c: | bar@mysql.com | 2004-11-05 | 1 | -0/+1 |
* | Review of all code pushed since last review | monty@mishka.local | 2004-10-20 | 1 | -0/+1 |
* | - fixed tabbing and added several missing symbols (required for | lenz@mysql.com | 2004-07-13 | 1 | -2/+14 |
* | mysql_stmt_field_count() | konstantin@mysql.com | 2004-06-06 | 1 | -0/+1 |
* | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ... | dlenev@brandersnatch.localdomain | 2004-05-27 | 1 | -1/+2 |
* | merge with 4.0 to get windows fixes | monty@mysql.com | 2004-05-27 | 1 | -2/+1 |
|\ | |||||
| * | Fix to make Windows compilation smoother | hf@deer.(none) | 2004-05-26 | 1 | -18/+1 |
* | | Changed prototype of killed_ptr() to make it more portable | monty@mysql.com | 2004-05-26 | 1 | -1/+3 |
* | | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set | konstantin@mysql.com | 2004-04-30 | 1 | -0/+2 |
* | | Simplification: MYSQL_RES *result replaced with MYSQL_DATA result; | konstantin@mysql.com | 2004-03-28 | 1 | -0/+3 |
* | | For to export the renamed functions | miguel@hegel.local | 2004-03-12 | 1 | -9/+9 |
* | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | For to export the right functions with changes done from 4.0.16 | miguel@hegel.local | 2004-02-04 | 1 | -2/+2 |
* | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -0/+1 |
* | | Portability fixes for windows | monty@mashka.mysql.fi | 2003-10-15 | 1 | -1/+1 |
* | | Merge with 4.0.16 | monty@narttu.mysql.fi | 2003-10-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Block SIGPIPE also for not threaded client programs. | monty@narttu.mysql.fi | 2003-09-23 | 1 | -0/+1 |
* | | implementation of mysql_stmt_reset client end | venu@myvenu.com | 2003-07-08 | 1 | -0/+1 |
* | | Fixed some new memory leaks | monty@narttu.mysql.fi | 2003-06-24 | 1 | -84/+63 |
* | | 1. Portability fixups for Connector/ODBC 3.52 & DBD | venu@myvenu.com | 2003-06-04 | 1 | -0/+1 |
* | | merge | monty@mashka.mysql.fi | 2003-05-22 | 1 | -6/+1 |
|\ \ | |||||
| * \ | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -6/+1 |
| |\ \ | | |/ | |||||
| | * | Exported functions required by MySQLCC | miguel@hegel.local | 2003-04-16 | 1 | -0/+4 |
* | | | Added mysql_fetch_column function | venu@myvenu.com | 2003-05-20 | 1 | -0/+9 |
|/ / | |||||
* | | Exported functions claimed by MySQLCC | miguel@hegel.local | 2003-04-11 | 1 | -0/+2 |
* | | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -2/+0 |
* | | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Added functions required by MySQLCC | miguel@light. | 2003-01-11 | 1 | -0/+6 |
* | | protocol fixups | venu@myvenu.com | 2002-11-22 | 1 | -2/+18 |
* | | Portability fixes to be able to compile MySQL with VC++ | monty@narttu.mysql.fi | 2002-10-08 | 1 | -3/+2 |
* | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -2/+2 |
* | | Updated VC++ project files for 4.0.4 | monty@mashka.mysql.fi | 2002-09-24 | 1 | -4/+1 |
|/ | |||||
* | Changed IF(expr, column, NULL) to take type from column | monty@hundin.mysql.fi | 2002-08-12 | 1 | -1/+0 |
* | Removed mysql_ssl_clear() | monty@hundin.mysql.fi | 2002-06-27 | 1 | -1/+1 |