summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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 of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-16/+6
| |\
| * \ 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 from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-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
| |/ / / /
* | | | | 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
|/ / / /
* | | | 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
| |\ \ \ \ | | |/ / /
* | | | | A pre-requisite for WL#5419 "LOCK_open scalability: Konstantin Osipov2010-06-101-1/+0
* | | | | Bug#20837 Apparent change of isolation level during transactionMagne Mahre2010-06-081-5/+47
|\ \ \ \ \
| * | | | | Draft patch that fixes and a sketches test cases for:Konstantin Osipov2010-05-071-5/+47
* | | | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-18/+66
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | BUG#50479 DDL stmt on row-only/stmt-only tables generate spurious binlog_formatAlfranio Correia2010-06-021-14/+43
| * | | | | BUG#53421 Part of transaction not written in binlog after deadlock, replicationAlfranio Correia2010-06-011-0/+4
| * | | | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-3/+18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Manual merge from mysql-trunk.Alexander Nozdrin2010-05-201-52/+37
| | |\ \ \ \
| | * \ \ \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-091-1/+8
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-1/+8
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-031-0/+7
| | | | * | | Bug#50974: Server keeps receiving big (> max_allowed_packet) packets indefini...Davi Arnaut2010-04-291-0/+7
| | * | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-301-1/+9
| | |\ \ \ \ \ | | | |/ / / /