| Commit message (Expand) | Author | Age | Files | Lines |
* | Many files: | bar@mysql.com | 2004-11-02 | 1 | -1/+2 |
* | Allow to convert to non-Unicode charset when mixing a string | bar@mysql.com | 2004-10-29 | 1 | -2/+2 |
* | Fix compiler warnings (detected by Intel's C++ compiler) | monty@mysql.com | 2004-10-22 | 1 | -0/+2 |
* | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" | konstantin@mysql.com | 2004-10-14 | 1 | -3/+3 |
* | Deployment of centralized Item change registry, step 2: Item_ref | konstantin@mysql.com | 2004-10-08 | 1 | -1/+1 |
* | Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions | bar@mysql.com | 2004-09-07 | 1 | -0/+2 |
* | Allow IN to convert arguments into Unicode in some cases. | bar@mysql.com | 2004-09-01 | 1 | -2/+5 |
* | manually merged | serg@serg.mylan | 2004-08-18 | 1 | -1/+1 |
|\ |
|
| * | BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some funct... | serg@serg.mylan | 2004-07-31 | 1 | -1/+1 |
* | | Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared stat... | pem@mysql.comhem.se | 2004-06-22 | 1 | -0/+10 |
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type." | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -1/+1 |
* | | Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure. | pem@mysql.comhem.se | 2004-03-25 | 1 | -3/+4 |
* | | merge | bell@sanja.is.com.ua | 2004-03-18 | 1 | -12/+17 |
|\ \ |
|
| * | | DBUG_ASSERT(fixed == 1); added to val* | bell@sanja.is.com.ua | 2004-03-18 | 1 | -12/+15 |
| * | | DBUG_ASSERT(fixed == 0) added to fix_fields() | bell@sanja.is.com.ua | 2004-03-17 | 1 | -0/+2 |
* | | | after review & some other fixes | bell@sanja.is.com.ua | 2004-03-16 | 1 | -0/+1 |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-03-15 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix of compilation failure of latest 4.1 tree: new constants in mysqld.cc | konstantin@mysql.com | 2004-03-15 | 1 | -2/+2 |
* | | | merge | bell@sanja.is.com.ua | 2004-03-15 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | correct processing of rand() in subqueries with static tables (BUG#2645) | bell@sanja.is.com.ua | 2004-02-05 | 1 | -1/+0 |
* | | | after review fix | bell@sanja.is.com.ua | 2004-02-20 | 1 | -0/+3 |
* | | | merge | bell@sanja.is.com.ua | 2004-02-09 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | fixed subquery with PS (BUG#2462) | bell@sanja.is.com.ua | 2004-02-08 | 1 | -0/+2 |
| |/ / |
|
* | | | Added --compact to mysqlbinlog | monty@mysql.com | 2004-02-09 | 1 | -6/+14 |
|/ / |
|
* | | Merge deer.(none):/home/hf/work/mysql-4.1.clean | hf@deer.(none) | 2004-01-19 | 1 | -4/+4 |
|\ \ |
|
| * | | null.result, null.test: | Sinisa@sinisa.nasamreza.org | 2004-01-09 | 1 | -4/+4 |
* | | | Code cleanup (working on PS & cleanup() code) | hf@deer.(none) | 2004-01-19 | 1 | -2/+2 |
* | | | Fix for prepared statements | hf@deer.(none) | 2003-12-30 | 1 | -9/+1 |
|/ / |
|
* | | Fixes after merge with 4.0 | monty@mysql.com | 2003-12-19 | 1 | -1/+2 |
* | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -22/+23 |
|\ \
| |/ |
|
| * | fix for bug #1993 'bit functions do not return unsigned values' | konstantin@mysql.com | 2003-12-10 | 1 | -17/+21 |
* | | Merge | monty@narttu.mysql.fi | 2003-11-03 | 1 | -2/+2 |
|\ \ |
|
| * | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 1 | -2/+2 |
* | | | after review fix | bell@sanja.is.com.ua | 2003-11-03 | 1 | -1/+1 |
* | | | merge | bell@sanja.is.com.ua | 2003-10-31 | 1 | -1/+12 |
|\ \ \ |
|
| * | | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(... | bell@sanja.is.com.ua | 2003-10-30 | 1 | -1/+4 |
| * | | | merge | bell@sanja.is.com.ua | 2003-10-28 | 1 | -0/+8 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | fixed printability of Items (all items except subselects) | bell@laptop.sanja.is.com.ua | 2003-10-12 | 1 | -0/+8 |
* | | | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2003-10-31 | 1 | -1/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@gw.mysql.r18.ru | 2003-10-31 | 1 | -1/+2 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | WL #1056: Eliminate NOT operators from where condition | ram@gw.mysql.r18.ru | 2003-10-31 | 1 | -1/+2 |
| | |/ / |
|
* | | | | Bitmap post-review fixes | serg@serg.mylan | 2003-10-30 | 1 | -2/+2 |
* | | | | Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug | serg@serg.mylan | 2003-10-25 | 1 | -34/+11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax | serg@serg.mylan | 2003-10-22 | 1 | -18/+3 |
| * | | | FULLTEXT: correct charset support (UTF included, UCS2 - not) | serg@serg.mylan | 2003-10-20 | 1 | -19/+11 |
| |/ / |
|
* | | | support 'parallel' updates and rallback of whole statement in case of error i... | bell@sanja.is.com.ua | 2003-10-24 | 1 | -0/+9 |
|/ / |
|
* | | Merge with 4.0.16 | monty@narttu.mysql.fi | 2003-10-07 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Optimized code for setting user variables with := and fixed some bugs in old ... | monty@mishka.mysql.fi | 2003-10-03 | 1 | -35/+5 |
| * | turn Item_func_set_user_var | vva@eagle.mysql.r18.ru | 2003-10-01 | 1 | -4/+31 |
| * | rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::update | vva@eagle.mysql.r18.ru | 2003-09-30 | 1 | -0/+5 |