summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.3 mergeSergei Golubchik2012-01-131-5/+33
|\
| * Fixed valgrind error when storing db_name_length in query_cache.Michael Widenius2011-12-131-5/+5
| * Merge with 5.2.Michael Widenius2011-12-111-27/+93
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-27/+93
| | |\
| | | * Merge with MySQL 5.1.60Michael Widenius2011-11-231-7/+60
| | | |\
| | | | * Bug12589870 post-merge fixes for Sparc64 and friendsTatjana Azundris Nuernberg2011-10-191-2/+4
| | | | * auto-merge mysql-5.1->mysql-5.1-securityGeorgi Kodinov2011-10-121-0/+6
| | | | |\
| | | | * | BUG#12589870 CRASHES WITH MULTIQUERY PACKET + USE<DB> + QUERY CACHEMagne Mahre2011-10-071-2/+19
| | | | * | Fix for Bug#13001491: MYSQL_REFRESH CRASHES WHEN STORED ROUTINES ARE RUN CONC...Alexander Nozdrin2011-09-221-5/+39
| | | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-9/+22
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | moved ha_maria::implicit_commit() calls aroundSergei Golubchik2012-01-061-1/+8
* | | | | | small cleanupSergei Golubchik2011-11-281-8/+1
* | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-23/+136
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix of LP BUG#872775.unknown2011-11-011-0/+1
| * | | | | mergeSergei Golubchik2011-10-111-8/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed that when using a trigger mysql.proc is now accessedMichael Widenius2011-10-061-8/+10
| * | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-22/+118
| * | | | | Merge with 5.2Michael Widenius2011-09-101-0/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-0/+17
| * | | | | BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ...Sergey Petrunya2011-08-291-2/+0
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+52
|\ \ \ \ \ \
| * | | | | | BUG#11758262 - 50439: MARK INSERT...SEL...ON DUP KEY UPD,REPLACE...SEL,CREATE...Rohit Kalhans2011-09-291-0/+40
| * | | | | | manual mergeTatjana Azundris Nuernberg2011-08-081-0/+6
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Bug#11758414/Bug#50614: Default storage_engine not honored when set from with...Tatjana Azundris Nuernberg2011-07-121-0/+6
| | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-07-031-8/+25
| | |\ \ \ \
| | | * | | | Fixed bug#11753738 (formely known as bug#45235) - 5.1 DOES NOT SUPPORT 5.0-ONLYDmitry Shulga2011-06-101-2/+6
| | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \ \
| | | * | | | | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | * | | | | Postfix bug#49124Libing Song2011-01-261-1/+1
| | | * | | | | BUG#49124 Security issue with /*!-versioned */ SQL statements on Slaveunknown2011-01-151-6/+6
| * | | | | | | Bug#12565712 - 61205: "QUERIES PER SECOND AVG" VALUE IN STATUS OUTPUT IS INCO...Marc Alff2011-06-291-1/+1
| * | | | | | | Fix for bug #12641342 - "61401: UPDATE PERFORMANCE DEGRADESDmitry Lenev2011-06-161-0/+5
* | | | | | | | cleanupsSergei Golubchik2011-10-191-3/+2
* | | | | | | | merge with 5.3Sergei Golubchik2011-10-191-42/+67
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Automatic merge with 5.2Michael Widenius2011-08-161-0/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-161-0/+3
| * | | | | | | Merge from 5.2unknown2011-07-211-0/+23
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 5.1->5.2unknown2011-07-211-0/+23
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Fix of LP BUG#777809unknown2011-07-211-0/+23
| * | | | | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-7/+12
| * | | | | | | Merge 5.2 -> 5.3 Sergey Petrunya2011-06-241-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fixes BUG#60976 "Crash, valgrind warning and memory leak with partitioned arc...Michael Widenius2011-06-111-1/+1
| * | | | | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed LP bug #794038.Igor Babaev2011-06-091-3/+0
| | * | | | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-0/+7
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix of privilege problem in views and PSOleksandr Byelkin2011-06-021-2/+0
| | | * | | | | | | MergeIgor Babaev2011-05-201-0/+9
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-0/+9
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-1/+10
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-1/+10