summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-01-241-19/+18
|\
| * WL#5154 Remove deprecated 4.1 featuresMagne Mahre2010-01-211-1/+1
* | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-161-72/+127
|\ \ | |/
| * AutomergeAlexey Kopytov2009-12-131-1/+1
| |\
| | * Bug #42849: innodb crash with varying time_zone on partitioned Alexey Kopytov2009-12-131-1/+1
| * | merge of bug #49250 to 5.1-bugteamGeorgi Kodinov2009-12-111-72/+125
| |\ \
| | * | Bug #49250 : spatial btree index corruption and crashGeorgi Kodinov2009-12-101-41/+65
* | | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-305/+696
|\ \ \ \ | |/ / / |/| | |
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-2/+1
| |\ \ \
| * \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-051-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
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | merge mysql-trunk-wl4444_4571 to mysql-wl3220-next-mrGeorgi Kodinov2009-09-291-22/+77
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge to mysql-next-mrMikael Ronstrom2009-09-281-46/+253
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ AutomergeMikael Ronstrom2009-09-101-18/+65
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | WL#4571, Enable Key cache defined for a partition to enable more scalability ...Mikael Ronstrom2009-09-101-18/+65
| | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111Mikael Ronstrom2009-09-101-4/+12
| | |/ / / / / / / / /