summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | InnoDB: avoid some data races in innobase_mysql_print_thd() (Bug #3596)unknown2004-05-121-6/+7
| | | * | | bug#3612 - Item_func_div set decimals incorrectlyunknown2004-05-111-0/+1
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-1625-283/+244
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | key_cmp -> key_cmp_if_sameunknown2004-05-1625-283/+244
| * | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-151-3/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Optimising UNION ALL (WL 1687)unknown2004-05-151-3/+7
| * | | | | mergedunknown2004-05-1512-27/+185
| |\ \ \ \ \
| | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-152-16/+10
| | |\ \ \ \ \
| | | * | | | | Better fix for bug #3749 (bug in deleting automatic generated foreign keys)unknown2004-05-152-16/+10
| | * | | | | | check of item name presence in find_item_in_list (Bug #3752)unknown2004-05-141-1/+8
| | * | | | | | SELECT options print fixedunknown2004-05-141-1/+1
| | |/ / / / /
| * | | | | | bad old merge fixedunknown2004-05-151-1/+0
| * | | | | | get rid of remaining strtolls - irix64 compatibilityunknown2004-05-141-2/+2
| * | | | | | better fix for bug#3749 - do not consider already removed keys in key removal...unknown2004-05-141-13/+6
* | | | | | | after review changesunknown2004-05-193-15/+36
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-149-19/+169
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-149-19/+169
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-079-19/+169
| | |/ / / /
* | | | | | after merge fixunknown2004-05-141-1/+1
* | | | | | Mergeunknown2004-05-146-60/+137
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | UNCACHEABLE_EXPLAIN is enoughunknown2004-05-141-1/+1
| * | | | | EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-066-62/+139
* | | | | | Bug #3403 Wrong encoding in EXPLAIN SELECT outputunknown2004-05-141-3/+3
* | | | | | Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT outputunknown2004-05-141-7/+11
* | | | | | sql_table.cc:unknown2004-05-141-4/+16
* | | | | | fixed flags of printed queryunknown2004-05-131-6/+6
| |_|_|_|/ |/| | | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | used item method (Bug #3686)unknown2004-05-121-2/+1
| * | | | treat parameter as constant in ORDER BY check of fields in SELECT list(Bug #3...unknown2004-05-101-1/+2
| | |/ / | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-124-15/+28
|\ \ \ \
| * | | | Portability fixesunknown2004-05-124-15/+28
* | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-112-9/+401
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added comments to all methods. Added explanation for a sequential read throug...unknown2004-05-112-9/+401
| |/ / /
* | | | Don't automaticly generate a new key for a foreign key constraint if there is...unknown2004-05-126-40/+108
* | | | Merge build:/home/bk/mysql-4.1unknown2004-05-111-0/+1
|\ \ \ \
| * | | | logging_ok:unknown2004-05-101-0/+1
* | | | | out-of-bound array access fixedunknown2004-05-111-2/+4
|/ / / /
* | | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-077-48/+293
|\ \ \ \ | |/ / /
| * | | Merge mysql.com:/home/mydev/mysql-4.1unknown2004-05-077-48/+293
| |\ \ \
| | * | | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).unknown2004-05-067-48/+293
* | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-0717-53/+136
|\ \ \ \ \ | |/ / / /
| * | | | ctype-win1250ch.c, ctype-czech.c:unknown2004-05-071-2/+2
| * | | | Portablity fix for system with case insenstive table names. (Without this ALT...unknown2004-05-071-0/+3
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-074-10/+32
| |\ \ \ \
| | * | | | Portability fixesunknown2004-05-074-10/+32
| * | | | | postreview fixesunknown2004-05-072-2/+6
| * | | | | fake_select_lex should be prepared during PS preparation to work correctlyunknown2004-05-072-19/+62
| * | | | | mysql_stmt_reset now expects ok/error packet from server.unknown2004-05-061-7/+11
| |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-067-11/+18
| |\ \ \ \
| | * | | | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...unknown2004-05-067-11/+18