Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #5397: Crash with varchar binary and LIKE | bar@mysql.com | 2004-09-06 | 1 | -0/+5 |
| | |||||
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@gw.mysql.r18.ru | 2004-09-06 | 4 | -0/+37 |
|\ | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5291 | ||||
| * | After merge fixes | monty@mysql.com | 2004-09-05 | 2 | -6/+6 |
| | | |||||
| * | Merge with 4.0 to get latest bug fixes | monty@mysql.com | 2004-09-04 | 2 | -0/+17 |
| |\ | |||||
| | * | A fix (Bug #4980: union statement with () union () order by produces wrong ↵ | ram@gw.mysql.r18.ru | 2004-09-03 | 1 | -1/+8 |
| | | | | | | | | | | | | explain). | ||||
| | * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 | ram@gw.mysql.r18.ru | 2004-09-02 | 1 | -0/+9 |
| | |\ | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5232 | ||||
| | | * | A fix (Bug #5232: CREATE TABLE ... SELECT can deadlock itself). | ram@gw.mysql.r18.ru | 2004-08-27 | 1 | -0/+9 |
| | | | | |||||
| * | | | merged | serg@serg.mylan | 2004-09-03 | 1 | -0/+9 |
| |\ \ \ | |||||
| | * | | | BUG#5327 - mi_sort_index() of 2-level tree | serg@serg.mylan | 2004-09-03 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | A fix for bug#4368 '"like" fails in PreparedStatement, crashes | konstantin@mysql.com | 2004-09-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server': the bug occurs when arguments of LIKE function are in differentcharacter sets. If these character sets are compatible, we create an item-converter. In prepared mode, this item needs to be created in memory of current prepared statement. | ||||
* | | | | | A fix (Bug #5291: float -> string, truncation, sometimes without warning). | ram@gw.mysql.r18.ru | 2004-09-03 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Remove extra '/' after mysql_real_data_home | monty@mysql.com | 2004-09-03 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump | ||||
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-09-02 | 9 | -153/+170 |
|\ \ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | | | After merge fixes | monty@mysql.com | 2004-09-02 | 1 | -8/+4 |
| | | | | | |||||
| * | | | | Merge with 4.0 | monty@mysql.com | 2004-09-01 | 1 | -0/+18 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Code style fixes. | monty@mysql.com | 2004-08-28 | 1 | -5/+16 |
| | | |/ | | |/| | | | | | | | | | Initialize LOG_error_log before get_options to not use an uninitalized mutex in case of an error from handle_options() | ||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-09-01 | 4 | -995/+109 |
| |\ \ \ | | | |/ | | |/| | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-08-31 | 8 | -146/+149 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| | * | | | Review of new pushed code (Indentation fixes and simple optimizations) | monty@mysql.com | 2004-08-31 | 8 | -146/+149 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database Safety fix for mailformed MERGE files | ||||
* | | | | | Bug#4338 mysql-test-run fails if compiled with non-latin1 character set | bar@mysql.com | 2004-09-02 | 1 | -76/+76 |
| | | | | | |||||
* | | | | | fixed typo in group_concat printing (BUG#5161) | bell@sanja.is.com.ua | 2004-09-01 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Allow IN to convert arguments into Unicode in some cases. | bar@mysql.com | 2004-09-01 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-08-31 | 1 | -0/+13 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-not-4.1 | ||||
| * | | | | after review patch | bell@sanja.is.com.ua | 2004-08-31 | 1 | -0/+13 |
| | | | | | |||||
* | | | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-08-31 | 4 | -995/+109 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1 | ||||
| * | | | | Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at ↵ | mskold@mysql.com | 2004-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | insert | ||||
| * | | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-08-31 | 3 | -994/+108 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1 | ||||
| | * | | | | Enabled HA_NULL_IN_KEY support | mskold@mysql.com | 2004-08-31 | 2 | -0/+107 |
| | | | | | | |||||
| | * | | | | Simplified expensive test | mskold@mysql.com | 2004-08-31 | 1 | -994/+1 |
| | |/ / / | |||||
* | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2004-08-31 | 1 | -0/+16 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | into mysql.com:/dbdata/psergey/mysql-4.1-bug-psnames | ||||
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-08-30 | 1 | -0/+16 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| | * | | | space-stripping in _mi_prefix_search: BUG#5284 | serg@serg.mylan | 2004-08-30 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | Fix for BUG#5242: Made SQL Syntax Prepared Statement names case-insensitive. | sergefp@mysql.com | 2004-08-29 | 1 | -0/+18 |
|/ / / / | |||||
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | joreland@mysql.com | 2004-08-27 | 2 | -1/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1 | ||||
| * | | | | Bug#2451 ALTER doesn't result in an error on CHARACTER SET and COLLATION ↵ | bar@mysql.com | 2004-08-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | conflict | ||||
| * | | | | grant.result: | bar@mysql.com | 2004-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Forgot to push in the previous changeset | ||||
* | | | | | Fix order by | joreland@mysql.com | 2004-08-27 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | joreland@mysql.com | 2004-08-27 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1 | ||||
| * \ \ \ | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@mysql.com | 2004-08-27 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | into mysql.com:/usr/home/bar/mysql-4.1 | ||||
| | * | | | grant.result: | bar@mysql.com | 2004-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix. | ||||
* | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | joreland@mysql.com | 2004-08-27 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1 | ||||
| * | | | | Fix ordered index scan with partially specified key | joreland@mysql.com | 2004-08-27 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-08-26 | 1 | -0/+7 |
|\ \ \ \ | |_|/ / |/| | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | | merged | serg@serg.mylan | 2004-08-26 | 1 | -0/+7 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Test case for Bug #4792 lower_case_table_names does not resolve ↵ | rburnett@build.mysql.com | 2004-08-25 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | db.tbl.column in SELECT list lowercase_table.result: New results for modified lowercase_table test lowercase_table.test: Added test case for all uppercase database when running under lower_case_table_names. This really only failed under Windows. Bug# 4792 | ||||
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-08-26 | 7 | -18/+70 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | | Portability fixes | monty@mysql.com | 2004-08-26 | 7 | -18/+70 |
| | | | | | | | | | | | | | | | | Fixed bug in end space handle for WHERE text_column="constant" | ||||
* | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@gw.mysql.r18.ru | 2004-08-26 | 1 | -0/+19 |
|\ \ \ \ | |_|/ / |/| | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5219 | ||||
| * | | | A fix (Bug#5219: Cannot use '||' with MBRContains(..)). | ram@gw.mysql.r18.ru | 2004-08-26 | 1 | -0/+19 |
| | | | | |||||
* | | | | "SELECT BINARY x" now means "SELECT CAST(x AS BINARY)". | bar@mysql.com | 2004-08-26 | 7 | -9/+8 |
|/ / / |