Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added option --valgrind-mysqltest to mysql-test-run | monty@mishka.mysql.fi | 2005-09-14 | 1 | -2/+9 |
* | Merge mysql.com:/home/jimw/my/mysql-4.1-clean | jimw@mysql.com | 2005-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Fixes bug #5588. Additions after merge from 4.0. | SergeyV@selena. | 2005-09-07 | 1 | -1/+1 |
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-11787 | jimw@mysql.com | 2005-09-03 | 1 | -0/+3 |
|\ \ | |||||
| * | | Make it possible to change reconnect setting with | jimw@mysql.com | 2005-07-06 | 1 | -0/+3 |
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-clean | jimw@mysql.com | 2005-08-15 | 1 | -2/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix mysql_info() returning bad data in the results of a multi-statement | jimw@mysql.com | 2005-08-10 | 1 | -2/+3 |
* | | | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1 | acurtis@xiphis.org | 2005-08-11 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Review of new pushed code | monty@mysql.com | 2005-08-09 | 1 | -2/+4 |
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-clean | jimw@mysql.com | 2005-08-04 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | Fix parsing of dates with 'T' between date and time, as in ISO-8601 | jimw@mysql.com | 2005-08-02 | 1 | -5/+7 |
| * | | fix for bug#12001 | georg@lmy002.wdf.sap.corp | 2005-07-19 | 1 | -1/+1 |
* | | | Fixes during review of new pushed code | monty@mishka.local | 2005-07-31 | 1 | -17/+16 |
* | | | Cleanups during review of new code | monty@mysql.com | 2005-07-28 | 1 | -2/+10 |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-5906 | jimw@mysql.com | 2005-07-19 | 1 | -40/+49 |
|\ \ \ | |||||
| * | | | Fix number to date conversion so it always honors the NO_ZERO_DATE, | jimw@mysql.com | 2005-07-18 | 1 | -40/+49 |
| | |/ | |/| | |||||
* | | | Restore previous used client charset in mysql_reconnect | georg@lmy002.wdf.sap.corp | 2005-07-16 | 1 | -1/+43 |
|/ / | |||||
* | | fixes for windows 64-bit compiler warnings | georg@lmy002.wdf.sap.corp | 2005-06-13 | 1 | -1/+1 |
* | | Fixed failing tests for not 32 bit intel machines | monty@mysql.com | 2005-05-16 | 1 | -3/+6 |
* | | A fix and test case for Bug#9478 "mysql_stmt_attr_set mysql_stmt_execute" | konstantin@mysql.com | 2005-05-12 | 1 | -0/+2 |
* | | BUG#9391 mysqlshow prints incorrect "rows" information | msvensson@neptunus.(none) | 2005-04-13 | 1 | -2/+0 |
* | | Merge | jimw@mysql.com | 2005-04-04 | 1 | -0/+27 |
|\ \ | |/ | |||||
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-8866 | jimw@mysql.com | 2005-04-04 | 1 | -0/+27 |
| |\ | |||||
| | * | Fix reconnect when using prepared statements, and add | jimw@mysql.com | 2005-03-28 | 1 | -0/+27 |
* | | | Manual merge | konstantin@mysql.com | 2005-03-26 | 1 | -7/+8 |
|\ \ \ | |/ / | |||||
| * | | A fix for Bug#8226 "Cannot connect via shared memory": | konstantin@mysql.com | 2005-03-26 | 1 | -7/+8 |
| |/ | |||||
* | | Porting of "buffered read" patch to 5.0 and post-review fixes. | konstantin@mysql.com | 2005-03-06 | 1 | -2/+3 |
* | | WL #2094 Federated Storage Handler | patg@krsna.patg.net | 2005-02-23 | 1 | -1/+20 |
* | | Merge | patg@krsna.patg.net | 2005-02-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | WL# 2094 | patg@krsna.patg.net | 2005-02-06 | 1 | -1/+1 |
* | | | Fixed Bug#7783, "mysql_free_result removes all resultsets (multi statements)". | jani@ua141d10.elisa.omakaista.fi | 2005-02-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2005-01-16 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | initialize mysql->charset in mysql_init | serg@serg.mylan | 2005-01-16 | 1 | -0/+1 |
* | | Merge | jimw@mysql.com | 2005-01-11 | 1 | -22/+38 |
|\ \ | |/ | |||||
| * | Replace all sprintf() calls with my_snprintf() in client.c. All of the | jimw@mysql.com | 2005-01-09 | 1 | -22/+38 |
* | | merged | serg@sergbook.mysql.com | 2005-01-06 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | client.c: | paul@kite-hub.kitebird.com | 2005-01-04 | 1 | -2/+3 |
* | | Changed C++ style comments to C style, bug#7665. | joerg@mysql.com | 2005-01-04 | 1 | -4/+4 |
* | | Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEY | monty@mysql.com | 2005-01-03 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Merged fixes for bug #7297 "Two digit year should be interpreted | dlenev@brandersnatch.localdomain | 2004-12-30 | 1 | -2/+1 |
* | | manually merged | serg@sergbook.mysql.com | 2004-12-31 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | fix indentation | wax@kishkin.ru | 2004-12-23 | 1 | -2/+2 |
| * | BUG#6056 | wax@kishkin.ru | 2004-12-14 | 1 | -1/+11 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | petr@mysql.com | 2004-12-18 | 1 | -3/+0 |
|\ \ | |||||
| * | | BUG#7384 IM fails to compile on Solaris. | petr@mysql.com | 2004-12-18 | 1 | -3/+0 |
* | | | Truncations patch: a post-review fix. | konstantin@mysql.com | 2004-12-18 | 1 | -0/+8 |
|/ / | |||||
* | | Data truncation reporting implementation (libmysql) + post review | konstantin@mysql.com | 2004-12-16 | 1 | -0/+164 |
* | | Changing the default of libmysqlclient : it's now NO reconnection. | guilhem@mysql.com | 2004-12-09 | 1 | -1/+18 |
* | | After merge fixes | monty@mysql.com | 2004-12-06 | 1 | -1/+1 |
* | | merged | serg@serg.mylan | 2004-11-20 | 1 | -3/+4 |
|\ \ | |/ |