summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | | * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-6/+5
| | * | 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
* | | | | Fixed that when using a trigger mysql.proc is now accessedMichael Widenius2011-10-061-8/+10
* | | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-0/+17
* | | | | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-161-0/+3
* | | | | Merge 5.1->5.2unknown2011-07-211-0/+23
|\ \ \ \ \ | |/ / / /
| * | | | Fix of LP BUG#777809unknown2011-07-211-0/+23
* | | | | Fixes BUG#60976 "Crash, valgrind warning and memory leak with partitioned arc...Michael Widenius2011-06-111-1/+1
* | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-2/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | An after-fix forAlexander Barkov2011-03-031-1/+2
| | * | | Bug#11765108 (Bug#58036) client utf32, utf16, ucs2 should be disallowed, they...Alexander Barkov2011-02-181-2/+15
| | |/ /
* | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-22/+37
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-22/+37
| |\ \ \ | | |/ /
| | * | MergeKent Boortz2010-12-291-1/+1
| | |\ \ | | | |/
| | | * - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | * | BUG#46166Luis Soares2010-12-161-14/+36
| | |\ \
| | | * | BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error Luis Soares2010-11-301-14/+36
| | * | | Fixed following problems:Sergey Glukhov2010-12-141-7/+0
| | |/ /
* | | | Merge with alias as StringMichael Widenius2011-02-281-2/+1
|\ \ \ \
| * | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-2/+1
* | | | | Merge with 5.1Michael Widenius2011-01-051-3/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier.unknown2011-01-031-3/+8
* | | | | merge with 5.1Michael Widenius2010-11-301-0/+17
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+17
| |\ \ \ | | |/ /
| | * | Bug#27606 GRANT statement should be replicated with DEFINER informationunknown2010-10-231-0/+7
| | * | Bug#56118 STOP SLAVE does not wait till trx with CREATE TMP TABLE ends,unknown2010-10-161-0/+10
* | | | Automatic merge with 5.1Michael Widenius2010-11-041-1/+3
|\ \ \ \ | |/ / /
| * | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+3
* | | | merge with 5.1Sergei Golubchik2010-10-251-0/+19
|\ \ \ \ | |/ / /
| * | | 5.1.51 mergeSergei Golubchik2010-10-191-0/+19
| |\ \ \ | | |/ /
| | * | WL#5370 Keep forward-compatibility when changingunknown2010-08-181-0/+19
* | | | MergeIgor Babaev2010-10-141-46/+69
|\ \ \ \ | |/ / /
| * | | Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & AriaMichael Widenius2010-10-121-46/+69
* | | | Automatic mergeMichael Widenius2010-10-011-3/+1
|\ \ \ \
| * | | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable...Michael Widenius2010-09-231-3/+1
* | | | | rename maria to ariaSergei Golubchik2010-09-121-4/+4