summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bitmap post-review fixesserg@serg.mylan2003-10-3010-66/+88
|
* return proper value (otherwise mysld crashes here)serg@serg.mylan2003-10-251-2/+2
|
* and -> &&serg@serg.mylan2003-10-251-3/+3
|
* Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1-bugserg@serg.mylan2003-10-2597-672/+1549
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * fixes to Bitmap classserg@serg.mylan2003-10-2415-245/+236
| |
| * style fixesserg@serg.mylan2003-10-241-5/+5
| |
| * ftbench fixesserg@serg.mylan2003-10-235-55/+99
| |
| * Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-2310-31/+195
| |\ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | query expansion for fulltext searchserg@serg.mylan2003-10-2316-61/+112
| | |
| * | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxserg@serg.mylan2003-10-2213-56/+47
| | |
| * | ftbench fixesserg@serg.mylan2003-10-213-9/+65
| | |
| * | after-merge fixserg@serg.mylan2003-10-2122-0/+22
| | |
| * | mergedserg@serg.mylan2003-10-2160-498/+1220
| |\ \
| | * | >255 keys support in frmserg@serg.mylan2003-10-212-12/+30
| | | |
| | * | oops forgot to commit ft_parser.c :-[]serg@serg.mylan2003-10-201-9/+9
| | | |
| | * | FULLTEXT: correct charset support (UTF included, UCS2 - not)serg@serg.mylan2003-10-2013-86/+121
| | | | | | | | | | | | | | | | code cleanup
| | * | uninitialized variable on Windows fixedserg@serg.mylan2003-10-171-9/+8
| | | |
| | * | fixes for new key_map codeserg@serg.mylan2003-10-163-18/+22
| | | |
| | * | get rid of default_charset_info for index fulltext searchesserg@serg.mylan2003-10-154-18/+16
| | | |
| | * | cleanupserg@serg.mylan2003-10-154-11/+8
| | | |
| | * | stricter checks on FULLTEXT index creatingserg@serg.mylan2003-10-1528-62/+121
| | | |
| | * | mergedserg@serg.mylan2003-10-1545-279/+911
| | |\ \
| | | * | #ifdef removedserg@serg.mylan2003-10-141-3/+6
| | | | | | | | | | | | | | | | | | | | comment clarified
| | | * | "phrase search" should not match partial words (it should not match ↵serg@serg.mylan2003-10-145-22/+25
| | | | | | | | | | | | | | | | | | | | 'paraphrase searches')
| | | * | key_map with more that 64 bits widthserg@serg.mylan2003-10-1128-216/+533
| | | | |
| | | * | minor error messages cleanupserg@serg.mylan2003-10-022-2/+6
| | | | |
| | | * | WL#1172 - no row scan on trunc* operatorserg@serg.mylan2003-10-021-0/+4
| | | | |
| | | * | ft1->ft2 auto-conversion on INSERT (WL#725)serg@serg.mylan2003-10-028-30/+331
| | | | |
| | | * | set table->charset to default for 3.22 .frm files (bug #1161)serg@serg.mylan2003-09-282-3/+4
| | | | |
| | | * | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-09-1956-158/+683
| | | |\ \ | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | | * \ \ Mergeserg@serg.mylan2003-09-182-5/+4
| | | |\ \ \
| | | | * | | minor cleanupsserg@sergbook.mysql.com2003-09-162-5/+4
| | | | | | |
* | | | | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-245-14/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug
| * | | | | | | removed one more hack that - as usual - almost always workedserg@serg.mylan2003-10-245-14/+11
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | (but broke permission handling for *some* IP's after we started to compare in utf8) Bug #1636
* | | | | | | after merge fixbell@sanja.is.com.ua2003-10-241-0/+3
| | | | | | |
* | | | | | | Mergebell@sanja.is.com.ua2003-10-244-5/+31
|\ \ \ \ \ \ \
| * | | | | | | added commentbell@sanja.is.com.ua2003-10-241-0/+1
| |/ / / / / /
| * | | | | | added check of cardinality to IN/ALL/ANY subquery transformerbell@sanja.is.com.ua2003-10-233-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (BUG#1638)
* | | | | | | support 'parallel' updates and rallback of whole statement in case of error ↵bell@sanja.is.com.ua2003-10-246-59/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in evalueting value which should be assigned (BUG#1484)
* | | | | | | Mergebell@sanja.is.com.ua2003-10-235-9/+141
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Mergebell@sanja.is.com.ua2003-10-235-9/+141
| |\ \ \ \ \ \
| | * | | | | | ufter review fix (BUG#1444)bell@sanja.is.com.ua2003-10-232-16/+23
| | | | | | | |
| | * | | | | | fixed support of used_tables() and const_item() in subqueriesbell@sanja.is.com.ua2003-10-175-8/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (BUG#1444)
* | | | | | | | Mergebell@sanja.is.com.ua2003-10-23192-1109/+3674
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2003-10-215-17/+24
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.1.clean
| | * | | | | | Fix for Windows bug reported throuhg Miguelhf@deer.(none)2003-10-215-17/+24
| | | | | | | |
| * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-10-206-21/+35
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-count-4.1
| | * | | | | | | correct table name assigned to temporary table field:bell@sanja.is.com.ua2003-10-196-21/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - correct table name shown in EXPLAIN Iindex reference) - pointer on freed memmory (reallocation of table name in reusing table entry) can't be used in EXPLAIN (BUG#1584)
| * | | | | | | | Test for bug #1022bar@bar.mysql.r18.ru2003-10-202-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: When a table contains a 'float' field, and one of the functions MAX, MIN, or AVG is used on that field, the system crashes.
| * | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-10-201-0/+8
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1