Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging | hf@deer.(none) | 2005-08-04 | 1 | -0/+7 |
|\ | |||||
| * | Fix for bug #12177 (errorlog file isn't closed) | hf@deer.(none) | 2005-08-04 | 1 | -0/+7 |
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-7003 | jimw@mysql.com | 2005-08-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add my_str_malloc and _free function pointers to strings library | jimw@mysql.com | 2005-06-24 | 1 | -1/+1 |
* | | | Merge aschwenke@bk-internal.mysql.com:/home/bk/mysql-5.0 | schwenke@alpha.xl.local | 2005-07-31 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | fixed two bugs that break Windows build | schwenke@alpha.xl.local | 2005-07-29 | 1 | -1/+0 |
* | | | | Cleanups during review of new code | monty@mysql.com | 2005-07-28 | 1 | -6/+1 |
|/ / / | |||||
* | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b10201 | bar@mysql.com | 2005-07-26 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | fix for bug #7924. | georg@lmy002.wdf.sap.corp | 2005-07-25 | 1 | -0/+2 |
| * | | minor fix (backport from 5.0) - changed function prototype/definition | georg@lmy002.wdf.sap.corp | 2005-07-19 | 1 | -2/+3 |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-5906 | jimw@mysql.com | 2005-07-19 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | Fix number to date conversion so it always honors the NO_ZERO_DATE, | jimw@mysql.com | 2005-07-18 | 1 | -2/+3 |
* | | | | Fixes to previous changeset | monty@mishka.local | 2005-07-18 | 1 | -1/+1 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mishka.local | 2005-07-18 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Cleanups during review | monty@mishka.local | 2005-07-18 | 1 | -0/+1 |
* | | | | | Restore previous used client charset in mysql_reconnect | georg@lmy002.wdf.sap.corp | 2005-07-16 | 1 | -33/+0 |
* | | | | | Fix for bug #11037. | georg@lmy002.wdf.sap.corp | 2005-07-15 | 1 | -3/+12 |
* | | | | | Merge mysql.com:/opt/local/work/mysql-4.1-root | konstantin@mysql.com | 2005-07-14 | 1 | -0/+11 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | A fix and a test case for Bug#11183 "mysql_stmt_reset() doesn't reset | konstantin@mysql.com | 2005-07-14 | 1 | -0/+12 |
* | | | | | Implement MarkM optimization request to avoid redundnat packet exchange | konstantin@mysql.com | 2005-07-14 | 1 | -3/+2 |
| |_|/ / |/| | | | |||||
* | | | | changes after Bar's review: renamed CHARACTER_SET to MY_CHARSET_INFO | georg@lmy002.wdf.sap.corp | 2005-07-12 | 1 | -1/+1 |
* | | | | New attempt after Bar's review | georg@lmy002.wdf.sap.corp | 2005-07-12 | 2 | -0/+16 |
* | | | | Merge | kent@mysql.com | 2005-07-06 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Makefile.am: | kent@mysql.com | 2005-07-05 | 1 | -1/+2 |
* | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-10214 | jimw@mysql.com | 2005-07-05 | 1 | -1/+8 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Make status of NO_BACKSLASH_ESCAPES mode known to the client so | jimw@mysql.com | 2005-06-23 | 1 | -1/+8 |
| | |/ | |/| | |||||
* | | | A fix and a test case for Bug#10794 "mysql_stmt_attr_set no | konstantin@mysql.com | 2005-06-30 | 1 | -1/+0 |
|/ / | |||||
* | | Rename all prepared statements COM_ commands to prefix with COM_STMT_ | konstantin@mysql.com | 2005-06-17 | 1 | -13/+14 |
* | | merge | monty@mysql.com | 2005-06-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Cleanup during review | monty@mysql.com | 2005-06-05 | 1 | -1/+1 |
* | | | Add missing STMT_ATTR_PREFETCH_ROWS to mysql_stmt_attr_get | konstantin@mysql.com | 2005-06-04 | 1 | -2/+5 |
|/ / | |||||
* | | New file default_modify.c. Fixed a typo on mysqld.cc | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-05-18 | 2 | -2/+4 |
* | | 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 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | konstantin@mysql.com | 2005-05-16 | 2 | -7/+36 |
|\ \ \ | |||||
| * \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | konstantin@mysql.com | 2005-05-16 | 2 | -7/+36 |
| |\ \ \ | |||||
| | * | | | A fix and a test case for Bug#9643 " CURSOR_TYPE_SCROLLABLE dos not work" | konstantin@mysql.com | 2005-05-16 | 2 | -7/+36 |
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-05-16 | 1 | -14/+17 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge with 4.1 | monty@mysql.com | 2005-05-14 | 1 | -14/+17 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-05-14 | 1 | -2/+5 |
| | |\ \ \ | |||||
| | * | | | | After merge fixes | monty@mysql.com | 2005-05-14 | 1 | -14/+17 |
* | | | | | | Merge | petr@mysql.com | 2005-05-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | post-review fixes | petr@mysql.com | 2005-05-16 | 1 | -1/+1 |
* | | | | | | Manual merge (again) | konstantin@mysql.com | 2005-05-14 | 2 | -2/+36 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Fix a valgrind warning: memcpy does not allow its arguments to overlap. | konstantin@mysql.com | 2005-05-14 | 1 | -2/+5 |
| | |/ / | |/| | | |||||
| * | | | added function mysql_set_character_set (reviewed by Monty) | georg@lmy002.wdf.sap.corp | 2005-05-13 | 2 | -0/+31 |
| * | | | Added cp932 character set | shuichi@mysql.com | 2005-05-05 | 1 | -1/+1 |
* | | | | Add missing commas to errmsg.c | konstantin@mysql.com | 2005-05-13 | 1 | -3/+3 |
* | | | | A fix and test case for Bug#9478 "mysql_stmt_attr_set mysql_stmt_execute" | konstantin@mysql.com | 2005-05-12 | 2 | -49/+74 |
| |_|/ |/| | | |||||
* | | | Added export symbols for workaround of bugs #8317,#9637 in PHP5 | georg@lmy002.wdf.sap.corp | 2005-05-08 | 1 | -0/+3 |