summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of mysql-next-mr-runtime upstream.Davi Arnaut2009-11-191-17/+19
|\
| * Backport of Bug#27249 to mysql-next-mrDavi Arnaut2009-11-101-7/+9
| * Backport of Bug#27525 to mysql-next-mrDavi Arnaut2009-11-101-10/+10
* | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-2/+1
|\ \
| * \ mergeGeorgi Kodinov2009-10-301-2/+1
| |\ \
| | * | Bug #48293: crash with procedure analyse, view with > 10 columns,Georgi Kodinov2009-10-301-2/+1
| | * | Bug#34895 'show procedure status' or 'show function status' +Kristofer Pettersson2009-09-301-4/+0
| | * | Bug#42108 Wrong locking for UPDATE with subqueries leads to broken statementKristofer Pettersson2009-09-291-1/+1
| * | | Revert the fix for bug #47627 as it's causing the regression tests in pb2 toGeorgi Kodinov2009-10-231-47/+14
| * | | automergeKristofer Pettersson2009-10-201-14/+47
| |\ \ \
| | * | | Bug#47627 SET @@{global.session}.local_variable in stored routine causes crashKristofer Pettersson2009-10-191-14/+47
* | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-051-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-1/+1
| |/ / /
* | | | MergeMikael Ronstrom2009-11-031-20/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | Manual merge from mysql-next-mr.Alexander Nozdrin2009-11-021-17/+2
| |\ \ \
| * \ \ \ Merge from mysql-next-mr.Alexander Nozdrin2009-10-281-3/+76
| |\ \ \ \
| * \ \ \ \ Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-39/+62
| |\ \ \ \ \
| * | | | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-1/+1
| * | | | | | Backport of:Konstantin Osipov2009-10-141-1/+1
| * | | | | | A backporting patch for WL#4300 (Define privileges for tablespaces).Alexander Nozdrin2009-10-101-0/+1
| * | | | | | This patch is prerequisite for the 2nd milestone of WL#148 "Foreign keys"Dmitry Lenev2009-10-091-18/+13
* | | | | | | Merge to latest mysql-next-mrMikael Ronstrom2009-11-021-17/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Bug#33637 SHOW PROCEDURE CODE/SHOW FUNCTION CODE sp_name gives a syntax error.Marc Alff2009-10-291-10/+0
| * | | | | | Bug#48060 Memory leak - Item::val_bool() (item.cc:184) from optimizer_subquer...Tor Didriksen2009-10-281-2/+2
| * | | | | | Automerge from mysql-next-mr.Alexander Nozdrin2009-10-271-3/+76
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Bug#5299 Remove SHOW COLUMN TYPES, backport to BetonySergey Glukhov2009-10-231-5/+0
| | |_|/ / / | |/| | | |
* | | | | | Changed COLUMN_LIST to COLUMNS after arch reviewMikael Ronstrom2009-10-291-2/+1
* | | | | | Merged WL#3352 into mysql-next-mrMikael Ronstrom2009-10-281-167/+222
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added checks for no NULL values in VALUES LESS THAN, added tests for no MAXVA...Mikael Ronstrom2009-10-211-1/+1
| * | | | | Fixed test cases with regards to error codesMikael Ronstrom2009-10-211-1/+1
| * | | | | MergeMikael Ronstrom2009-10-211-5/+13
| |\ \ \ \ \
| | * \ \ \ \ Manual merge mysql-trunk -> mysql-trunk-wl3352Mattias Jonsson2009-10-191-5/+13
| | |\ \ \ \ \
| * | | | | | | Removed column_list and fixed all issues relating to this changeMikael Ronstrom2009-10-211-8/+28
| * | | | | | | Merged in latest changesMikael Ronstrom2009-10-161-19/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Removed GLOBAL INDEX syntax, need to develop GLOBAL indexes before adding syn...Mikael Ronstrom2009-10-161-19/+3
| * | | | | | | Fixed removal of column_list keyword for VALUES part, retained for PARTITION ...Mikael Ronstrom2009-10-161-180/+92
| |/ / / / / /
| * | | | | | Changed all no_ to num_ to avoid strange names like no_list_values which is n...Mikael Ronstrom2009-10-011-27/+26
| * | | | | | WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-72/+212
* | | | | | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-3/+76
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixesAndrei Elkin2009-10-011-0/+7
| |\ \ \ \ \ \
| | * | | | | | BUG#28777, WL#4293: SHOW BINLOG EVENTS does not work on relay logLuis Soares2009-09-291-0/+7
| * | | | | | | backporting bug@27808 fixesAndrei Elkin2009-10-011-0/+23
| * | | | | | | WL#342 heartbeatAndrei Elkin2009-09-291-3/+46
| |/ / / / / /
* | | | | | | Merging mysql-next-mr-merge to mysql-next-mr.Alexander Barkov2009-10-211-32/+61
|\ \ \ \ \ \ \
| * | | | | | | WL#751 Error message construction, backportSergey Glukhov2009-10-151-3/+7
| * | | | | | | A postfix for backporting WL#1397 convert XML -> SQLAlexander Barkov2009-10-141-3/+1
| * | | | | | | WL#1397 convert XML -> SQLAlexander Barkov2009-10-121-29/+55
| | |_|_|/ / / | |/| | | | |
* | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-9/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Bug#43746: YACC return wrong query string when parse 'load data infile' sql s...Tatiana A. Nurnberg2009-09-281-9/+3
| | |_|/ / | |/| | |
* | | | | merge mysql-trunk-wl4444_4571 to mysql-wl3220-next-mrGeorgi Kodinov2009-09-291-22/+77
|\ \ \ \ \