summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marvelunknown2006-12-011-1/+0
|\
| * Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-1/+0
* | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-11-291-0/+2
|\ \
| * | BUG#20637: "load data concurrent infile" locks the tableunknown2006-11-291-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-11-291-8/+30
|\ \ \ | | |/ | |/|
| * | Merge bk@192.168.21.1:mysql-5.0-optunknown2006-11-171-8/+30
| |\ \ | | |/ | |/|
| | * Bug #21809: Error 1356 while selecting from view with grouping though underlyingunknown2006-10-241-11/+30
* | | Bug#23703 (DROP TRIGGER needs an IF EXISTS)unknown2006-11-131-2/+3
|/ /
* | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-10-121-35/+104
|\ \
| * | BUG#20953: create proc with a create view that uses local vars/paramsunknown2006-10-121-35/+104
* | | Bug#21462 (Stored procedures with no arguments require parenthesis)unknown2006-10-091-9/+11
| |/ |/|
* | Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0unknown2006-09-281-0/+8
|\ \
| * | Fixed bug #21646.unknown2006-09-251-0/+8
* | | additional 'after merge' fixunknown2006-09-271-3/+3
* | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rplunknown2006-09-211-0/+6
|\ \ \ | |/ / |/| |
| * | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rplunknown2006-09-151-0/+6
| |\ \
| | * | Fix WARN_DEPRECATED for 5.0 (it is in 5.1 we should have the extra arguments)unknown2006-09-111-2/+2
| | * | Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-mergeunknown2006-09-111-0/+6
| | |\ \
| | | * | BUG#18822 LOAD DATA FROM MASTER corrupts dataunknown2006-08-311-1/+3
* | | | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0unknown2006-09-151-72/+78
|\ \ \ \ \
| * | | | | Bug #21772: can not name a column 'upgrade' when create a table in version 5....unknown2006-09-081-0/+1
| * | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-09-041-2/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge macbook.gmz:/Users/kgeorge/mysql/work/B21392-4.1-optunknown2006-09-041-2/+5
| | |\ \ \ \ \
| | | * | | | | Bug #21392: multi-table delete with alias table name fails withunknown2006-09-041-2/+5
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-09-041-70/+72
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bug#14654 : Cannot select from the same table twice within a UNION statement ...unknown2006-08-311-70/+72
* | | | | | | after merge fixunknown2006-09-081-4/+6
* | | | | | | Merge bk-internal:/home/bk/mysql-5.0-optunknown2006-09-041-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | BUG#21477 "memory overruns for certain kinds of subqueries":unknown2006-09-011-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge maint2.mysql.com:/data/localhome/tsmith/bk/41unknown2006-09-011-2/+2
|\ \ \ \ \ \
| * | | | | | Fix for bug #20695: Charset introducer overrides charset definition for column.unknown2006-08-151-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-301-19/+40
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() containsunknown2006-08-251-11/+2
| * | | | | Fix for BUG#16899: Possible buffer overflow in handling of DEFINER-clauseunknown2006-08-231-8/+10
| * | | | | WL#3432 (Compile the Parser with a --debug --verbose option)unknown2006-08-181-0/+28
* | | | | | Bug#16172 DECIMAL data type processed incorrectlyunknown2006-08-081-0/+4
| |_|/ / / |/| | | |
* | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-031-12/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-3/+3
| |\ \ \ \
| | * | | | Bug #21080: ALTER VIEW makes user restate SQL SECURITY mode, and ALGORITHMunknown2006-07-311-3/+3
| | | |/ / | | |/| |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-9/+31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#21269 (DEFINER-clause is allowed for UDF-functions)unknown2006-07-311-0/+11
| | * | | Fix for BUG#16211: Stored function return type for strings is ignored.unknown2006-07-271-5/+8
| | * | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-07-221-4/+12
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Bug#19207: Final parenthesis omitted for CREATE INDEX in Stored Procedureunknown2006-07-071-4/+12
* | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug #17903: cast to char results in binaryunknown2006-07-121-1/+1
| |/ / /
* | | | Fixed bug#10977: No warning issued if a column name is truncatedunknown2006-07-161-2/+2
|/ / /
* | | Merge bodhi.local:/opt/local/work/mysql-5.0-rootunknown2006-07-071-2/+5
|\ \ \
| * \ \ Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-07-041-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | Bug#20570: CURRENT_USER() in a VIEW with SQL SECURITY DEFINER returnsunknown2006-07-021-2/+5