summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Bug #44767: invalid memory reads in password() and Alexey Kopytov2009-05-271-5/+6
* Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-0/+94
|\
| * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-0/+5
| |\
| * \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-371/+1469
| |\ \
| * \ \ Merge from mysql-5.0.66-releaseJonathan Perkin2008-07-171-45/+48
| |\ \ \
| * \ \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-27/+26
| |\ \ \ \
| * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-11/+32
| |\ \ \ \ \
| * \ \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-67/+118
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-0/+94
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-10-101-0/+94
| | |\ \ \ \ \ \ \
| | | * | | | | | | Bug#27433: Parser error for MySQL 5.0.37 with Bison 1.75 for \unknown2007-10-101-2/+2
| | | * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-0/+94
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-0/+94
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Unify profiling SHOW code and INFORMATION_SCHEMA code forunknown2007-07-021-1/+7
| | | | | * | | | | | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-0/+88
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-031-0/+88
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...unknown2007-02-271-0/+88
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | Prevent bugs by making DBUG_* expressions syntactically equivalent unknown2007-02-221-32/+48
| | | | | | | | * | | | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-01-141-1/+73
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communityunknown2007-01-031-1/+73
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | Bug#24795: Add SHOW PROFILEunknown2007-01-031-1/+73
* | | | | | | | | | | | | | | | | mergingAlexey Botchkov2009-04-281-82/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Bug#25058 ignored return codes in memory allocation functionsAlexey Botchkov2008-11-211-82/+90
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug#43230: SELECT ... FOR UPDATE can hang with FLUSH TABLES WITH READ LOCK in...Davi Arnaut2009-04-031-1/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Bug #33813: Schema names are case-sensitive in DROP FUNCTIONGeorgi Kodinov2009-02-121-3/+35
* | | | | | | | | | | | | | | | Bug #33813: Schema names are case-sensitive in DROP FUNCTIONGeorgi Kodinov2009-02-101-30/+3
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Bug#35924 DEFINER should be stored 'quoted' in I_SSergey Glukhov2008-10-021-2/+1
* | | | | | | | | | | | | | | Bug#38296 (low memory crash with many conditions in a query)Marc Alff2008-08-111-331/+1444
* | | | | | | | | | | | | | | Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-38/+24
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug#26030 (Parsing fails for stored routine w/multi-statement executionMarc Alff2008-07-071-45/+48
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-buildunknown2008-04-021-27/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776unknown2008-04-021-27/+26
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix minor complaints of Marc Alff, for patch against B-g#15776.unknown2008-03-261-1/+1
| | * | | | | | | | | | | | Bug#15776: 32-bit signed int used for length of blobunknown2007-08-311-28/+27
* | | | | | | | | | | | | | Merge stella.local:/home2/mydev/mysql-5.0-ateamunknown2008-03-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | BUG#28248 - mysqldump results with MERGE ... UNION=() cannot be executedunknown2008-03-141-1/+1
* | | | | | | | | | | | | | Merge kaamos.(none):/data/src/mysql-5.0unknown2008-03-121-9/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge kaamos.(none):/data/src/opt/bug33834/my50-bug33834unknown2008-02-261-6/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix for bug #33834: FRAC_SECOND: Applicability not clear in unknown2008-02-251-6/+27
| * | | | | | | | | | | | | | Merge kaamos.(none):/data/src/mysql-5.0unknown2008-02-171-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix for bug #25162: Backing up DB from 5.1 adds 'USING BTREE' to KEYs unknown2008-02-011-3/+3
* | | | | | | | | | | | | | Bug#33851 Passing UNSIGNED param to EXECUTE returns ERROR 1210unknown2008-02-281-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2008-01-231-13/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Bug#33618 (Crash in sp_rcontext)unknown2008-01-231-13/+76
* | | | | | | | | | | | | Merge mhansson@bk-internal:/home/bk/mysql-5.0-optunknown2007-12-151-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Bug #32858: Erro: "Incorrect usage of UNION and INTO" does not take unknown2007-12-131-9/+16
* | | | | | | | | | | | | | Fixed bug #27848.unknown2007-12-141-1/+10
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-44/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-041-17/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Bug#30234: Unexpected behavior using DELETE with AS and USINGunknown2007-12-031-17/+2
| | |/ / / / / / / / / / /