summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-115/+62
* Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-134/+135
|\
| * Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-9/+9
| |\
| | * Manual mergeunknown2010-07-291-5/+5
| | |\
| | | * 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
| | | |\
| | | * | Fixed bug #51855. Race condition in XA START. If several threadsDmitry Shulga2010-06-291-8/+18
| | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-4/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-6/+11
| * | | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-23/+1
| |\ \ \ \
| * | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-94/+120
| * | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-191-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-16/+6
| |\ \ \ \ \
| * | | | | | Bug #37521 Row inserted through view not always visible in baseJon Olav Hauglid2010-07-071-3/+3
| * | | | | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-31/+6
* | | | | | | Rename select_send::abort() to select_send::abort_result_set()Alexander Nozdrin2010-07-281-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+1
* | | | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-22/+0
| |_|/ / / |/| | | |
* | | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-16/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-15/+4
| * | | | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-301-1/+2
| |/ / /
* | | | Manul mergeunknown2010-07-041-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-1/+1
| | |/ | |/|
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-281-1/+1
|\ \ \ | |/ /
| * | 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
* | | | | Manual mergeunknown2010-06-271-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | 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
| |\ \
* | \ \ Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-41/+64
|\ \ \ \
| * \ \ \ Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-06-111-9/+21
| |\ \ \ \
| | * \ \ \ 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
| | | |/
| * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-31/+27
| |\ \ \ | | |/ /
| | * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-32/+28
| * | | merge and typo fixGeorgi Kodinov2010-06-071-2/+5
| |\ \ \ | | |/ /
| | * | mergeGeorgi Kodinov2010-06-071-2/+5
| | |\ \
| | | * | Addendum to the fix for bug #52315: need to set a proper shutdown typeGeorgi Kodinov2010-06-071-2/+6
| * | | | Manual merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-06-071-18/+53
| |\ \ \ \
| * \ \ \ \ mergeGeorgi Kodinov2010-06-041-0/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | mergeGeorgi Kodinov2010-06-041-0/+13
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Bug #52315: utc_date() crashes when system time > year 2037Georgi Kodinov2010-06-041-0/+13
| | * | | | Manual merge.Ramil Kalimullin2010-05-251-9/+17
| | |\ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| |
| | | * | Automerge.Ramil Kalimullin2010-05-251-0/+2
| | | |\ \
| | | | * | Bug#53908: compile failure with embedded enabledDavi Arnaut2010-05-251-0/+2
| | | * | | Fix for bug #53907: Table dump command can be abused to dump arbitrary tables.Ramil Kalimullin2010-05-251-3/+9
| | | |/ /
| | | * | Bug#48157: crash in Item_field::used_tablesMartin Hansson2010-05-111-2/+4
| * | | | mergeMattias Jonsson2010-05-251-1/+1
| |\ \ \ \ | | |/ / /