Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug#5138: hash indexes on heap tables support statistics. | sergefp@mysql.com | 2004-09-08 | 1 | -1/+103 |
| | | | | KEY::rec_per_key is updated every time 1/HEAP_STATS_UPDATE_THRESHOLD part of table records has been changed. | ||||
* | Remove extra '/' after mysql_real_data_home | monty@mysql.com | 2004-09-03 | 2 | -0/+4 |
| | | | | 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 | 10 | -88/+94 |
|\ | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | After merge fixes | monty@mysql.com | 2004-09-02 | 2 | -3/+3 |
| | | |||||
| * | Merge with 4.0 | monty@mysql.com | 2004-09-01 | 1 | -10/+18 |
| |\ | |||||
| | * | - removed mysql-test/t/flush_block_commit-master.opt as it collided | lenz@mysql.com | 2004-08-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | with the sleep value we use for the test suite run during the release builds | ||||
| | * | Code style fixes. | monty@mysql.com | 2004-08-28 | 1 | -5/+12 |
| | | | | | | | | | | | | 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 | -55/+61 |
| |\ \ | | | | | | | | | | | | | 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 | -76/+74 |
| |\ \ \ | | | | | | | | | | | | | | | | 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 | -76/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | Allow IN to convert arguments into Unicode in some cases. | bar@mysql.com | 2004-09-01 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-08-31 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | 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/+4 |
| | | | | | |||||
* | | | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-08-31 | 4 | -55/+61 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | 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 | -54/+60 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | 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 | -50/+54 |
| | | | | | | |||||
| | * | | | | Simplified expensive test | mskold@mysql.com | 2004-08-31 | 1 | -4/+6 |
| | |/ / / | |||||
* | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2004-08-31 | 1 | -0/+12 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | 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/+12 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | 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/+12 |
| | | | | | |||||
* | | | | | Fix for BUG#5242: Made SQL Syntax Prepared Statement names case-insensitive. | sergefp@mysql.com | 2004-08-29 | 1 | -0/+21 |
|/ / / / | |||||
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | joreland@mysql.com | 2004-08-27 | 1 | -0/+12 |
|\ \ \ \ | | | | | | | | | | | | | | | | 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/+12 |
| | | | | | | | | | | | | | | | | | | | | conflict | ||||
* | | | | | Fix order by | joreland@mysql.com | 2004-08-27 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | joreland@mysql.com | 2004-08-27 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | | | | | 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/+3 |
| | | | | |||||
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-08-26 | 1 | -0/+10 |
|\ \ \ \ | |_|/ / |/| | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | | | merged | serg@serg.mylan | 2004-08-26 | 1 | -0/+10 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Test case for Bug #4792 lower_case_table_names does not resolve ↵ | rburnett@build.mysql.com | 2004-08-25 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -9/+33 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | | Portability fixes | monty@mysql.com | 2004-08-26 | 7 | -9/+33 |
| | | | | | | | | | | | | | | | | Fixed bug in end space handle for WHERE text_column="constant" | ||||
* | | | | A fix (Bug#5219: Cannot use '||' with MBRContains(..)). | ram@gw.mysql.r18.ru | 2004-08-26 | 1 | -0/+18 |
| |/ / |/| | | |||||
* | | | Cleaned up rnd_init | mskold@mysql.com | 2004-08-24 | 1 | -0/+4 |
|/ / | |||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-08-24 | 4 | -3/+100 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * \ | manually merged | serg@serg.mylan | 2004-08-24 | 3 | -3/+36 |
| |\ \ | | |/ | |||||
| | * | Fix for bug #4340: find_in_set is case insensitive even on binary ↵ | gluh@gluh.mysql.r18.ru | 2004-08-24 | 1 | -0/+8 |
| | | | | | | | | | | | | operators(2nd version) | ||||
| | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2004-08-23 | 1 | -1/+15 |
| | |\ | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0 | ||||
| | | * | Fix for BUG#5033 "When using temporary tables truncate does NOT reset the ↵ | guilhem@mysql.com | 2004-08-23 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | auto_increment counter" (ok'd by CTO to fix it in 4.0). Fix to make mysql-test-run work with all Valgrind versions. | ||||
| | * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0 | gluh@gluh.mysql.r18.ru | 2004-08-23 | 1 | -0/+13 |
| | |\ \ | | | | | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.0 | ||||
| | | * | | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returns | gluh@gluh.mysql.r18.ru | 2004-08-23 | 1 | -0/+13 |
| | | |/ | | | | | | | | | | | | | wrong results | ||||
| | * | | Fixed: BUG#5135: cannot turn on log_warnings with SET in 4.1 (and 4.0) | pem@mysql.com | 2004-08-23 | 1 | -0/+10 |
| | |/ | |||||
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-08-24 | 1 | -0/+64 |
| |\ \ | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| | * | | BDB: Bug#4531: unique key prefix interacts poorly with utf8, | serg@serg.mylan | 2004-08-24 | 1 | -0/+64 |
| | | | | | | | | | | | | | | | | Bug#4594 column index make = failed for gbk | ||||
* | | | | Merge: manual resolve | konstantin@mysql.com | 2004-08-24 | 1 | -1/+23 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix for Bug#5034 "prepared "select 1 into @arg15", second | konstantin@mysql.com | 2004-08-24 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | execute crashes server": we were deleting lex->result after each execute, but prepared statements assumed that it's left intact. The fix adds cleanup() method to select_result hierarchy, so that result objects can be reused. Plus we now need to delete result objects more wisely. | ||||
* | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-08-24 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_4998/mysql-4.1 | ||||
| * | | | | fixed a Bug #4998 "--protocol doesn't reject bad values" | vva@eagle.mysql.r18.ru | 2004-08-23 | 1 | -0/+10 |
| |/ / / | |||||
* | | | | Merging | hf@deer.(none) | 2004-08-24 | 1 | -0/+12 |
|\ \ \ \ | |||||
| * | | | | Proposed fix for bug #5003 (subselect with MIN() and LIKE crashes server) | hf@deer.(none) | 2004-08-22 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have next problem here: active_index is wrong in the subselect's handler on the second val_int() call. Optimizer sees that we can use index-read for that kind of condition, and matching_cond() (sql/opt_sum.cc) doesn't. I suspect, proper solution is to add appropriate code to the matching_cond() but now just added missed initialization. |