summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* InnoDB: Minor fixes.unknown2005-09-231-6/+6
* Merge 127.(none):/home/osku/mysql/5.0/cleanunknown2005-09-231-3/+12
|\
| * InnoDB: Fix bug #13315, index columns having a maximum length of 767.unknown2005-09-231-3/+12
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-222-41/+20
|\ \
| * | This fixed bug 13369. Note, I dislike goto's as well.unknown2005-09-222-41/+20
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-2328-876/+1387
|\ \ \ | |_|/ |/| |
| * | Fixes needed to build 5.0.13 on Windows:unknown2005-09-221-1/+1
| * | Fixed problems found by valgrindunknown2005-09-224-20/+41
| * | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-2222-850/+1338
| * | log.cc:unknown2005-09-161-1/+1
| * | some last minute Windows compile fixes and makefile correctionsunknown2005-09-154-8/+10
* | | InnoDB: correct two misleading commentsunknown2005-09-221-1/+1
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-221-21/+42
|\ \ \
| * | | a fix (bug #11553: gives error if aggregate user-defined function in HAVING c...unknown2005-09-201-21/+42
* | | | Manual mergeunknown2005-09-222-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix bug #13180 thd->allow_sum_funcs wasn't reset before query processing.unknown2005-09-222-0/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-218-14/+58
|\ \ \ \
| * | | | aftermerge fixunknown2005-09-212-3/+7
| * | | | mergedunknown2005-09-216-2/+50
| |\ \ \ \
| | * \ \ \ Merge mysql.com:/home/psergey/bk-trees/mysql-4.1unknown2005-09-215-0/+49
| | |\ \ \ \
| | | * | | | BUG#12232: Add a server option to treat NULL values as equal when calculating...unknown2005-09-215-0/+49
| | * | | | | Bug #10694 LOAD DATA FROM INFILE fails with 'Out of operation records'unknown2005-09-201-2/+5
| | * | | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-191-1/+2
| | |\ \ \ \ \
| | | * | | | | Fix bug #13218: InnoDB: using a partial-field key prefix in searchunknown2005-09-191-1/+2
| | | | |/ / / | | | |/| | |
| | * | | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-174-25/+46
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-144-25/+46
| | | |\ \ \ \
| * | | \ \ \ \ mergedunknown2005-09-212-13/+5
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | fix for BUG#11139 (multi-delete with alias breaking replication if table rule...unknown2005-09-144-25/+46
* | | | | | | | sql/item_func.ccunknown2005-09-211-1/+1
* | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-2129-432/+593
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-09-211-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fixed a typo in handler.cc if CSV was built. I also added CSV to the default...unknown2005-09-201-1/+1
| * | | | | | | | | postmerge fixesunknown2005-09-213-48/+35
| * | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-09-2025-380/+482
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-2016-120/+151
| | * | | | | | | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-1525-374/+445
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-202-9/+86
| |\ \ \ \ \ \ \ \
| | * | | | | | | | item_func.cc:unknown2005-09-201-1/+1
| | * | | | | | | | Manual mergeunknown2005-09-202-9/+86
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | Fix bug #12812 create view calling a function works without execute right on ...unknown2005-09-202-9/+86
| * | | | | | | | | Fix fur BUG#13348: "multi-table updates and deletes are not logged if no rows...unknown2005-09-202-27/+22
* | | | | | | | | | ndb post merge fixes (show engine ndb status)unknown2005-09-211-1/+1
* | | | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-201-31/+63
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-09-201-31/+63
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Fix for BUG#13127.unknown2005-09-201-31/+63
| | |/ / / / / / /
* | | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-2013-99/+223
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Cleanups for storage engine patch. Changed two test results to now reflect th...unknown2005-09-191-4/+5
| * | | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-1913-99/+222
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Cleanup for handlerton structure to allow for loadable engine work. This is t...unknown2005-09-1913-99/+222
* | | | | | | | | ndb - post merge fixesunknown2005-09-201-3/+2