summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Fix of LP BUG#777809unknown2011-07-211-0/+23
* | | | 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 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
| |/ /
* | | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier.unknown2011-01-031-3/+8
* | | 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
* | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+3
* | | 5.1.51 mergeSergei Golubchik2010-10-191-0/+19
|\ \ \ | |/ /
| * | WL#5370 Keep forward-compatibility when changingunknown2010-08-181-0/+19
* | | Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & AriaMichael Widenius2010-10-121-46/+69
* | | Automatic merge with 5.1-release (5.1.50)Michael Widenius2010-09-091-3/+3
|\ \ \
| * | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-3/+3
* | | | Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-091-1/+1
|/ / /
* | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-19/+30
|\ \ \ | |/ /
| * | BUG#49124 Security issue with /*!-versioned */ SQL statements on Slaveunknown2010-07-291-6/+6
| * | Merge 5.1-bugteam -> 5.1-bug-42496Dmitry Shulga2010-07-231-7/+12
| |\ \
| | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-6/+11
| | * | The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-1/+1
| * | | Fixed bug #51855. Race condition in XA START. If several threadsDmitry Shulga2010-06-291-8/+18
| |/ /
* | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-53/+85
|\ \ \ | |/ /
| * | Revert Bug#48321 due to build breakage and failing tests.Davi Arnaut2010-06-281-1/+1
| * | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-271-0/+4
| |\ \
| | * \ merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-171-0/+4
| | |\ \
| | | * | BUG#53560 CREATE TEMP./DROP TEMP. are not binglogged correctly after a failed...Alfranio Correia2010-05-191-0/+4
| * | | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-06-271-1/+1
| |/ / /
| * | | Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-11/+19
| |\ \ \
| | * | | Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-11/+19
| | |/ /
| * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-32/+28