summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ | | |/ / /
| | * | | Manual merge.Ramil Kalimullin2010-04-291-1/+9
| | |\ \ \ | | | |/ /
| | | * | Fix for bug #53237: mysql_list_fields/COM_FIELD_LIST stack smashingRamil Kalimullin2010-04-291-1/+9
| | | * | Backport of the fix for bug #49552 to 5.0-bugteamGeorgi Kodinov2010-02-251-2/+2
| * | | | Manual merge from mysql-trunk.Alexander Nozdrin2010-04-271-1/+7
| |\ \ \ \
| * \ \ \ \ Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+71
| |\ \ \ \ \
| * \ \ \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-021-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Bug#46615 Assertion in Query_cache::invalidate in INSERT in a VIEW of a MERGE...Kristofer Pettersson2010-03-241-1/+1
| | * | | | | BUG#48632: Fix for Bug #23300 Has Not Been Backported Luis Soares2010-02-051-2/+2
* | | | | | | Merge of bug#51851.Mattias Jonsson2010-05-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-05-181-52/+37
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Patch for Bug#27863 (excessive memory usage for many small queries in aAlexander Nozdrin2010-05-141-20/+16
| * | | | | | Patch for Bug#21818 (Return value of ROW_COUNT() is incorrectAlexander Nozdrin2010-05-141-32/+21
| | |_|_|/ / | |/| | | |
* | | | | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-3/+6
* | | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-05-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | BUG#53075 SBR: Strange warning around CONNECTION_IDAlfranio Correia2010-04-261-1/+1
* | | | | | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-1/+0
|/ / / / /
* | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-04-201-1/+71
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+10
| * | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+61
| |/ / /
* | | | Additional test coverage forJon Olav Hauglid2010-04-191-0/+6
|/ / /
* | | A fix and a test case for Bug#51710 FLUSH TABLES <view> WITH READKonstantin Osipov2010-03-101-0/+23
* | | Bug #51376 Assert `! is_set()' failed in Jon Olav Hauglid2010-03-031-7/+9
* | | WL#5000 FLUSH TABLES|TABLE table_list WITH READ LOCK.Konstantin Osipov2010-02-271-0/+116
* | | Bug #51336 Assert in reload_acl_and_cache during RESET QUERY CACHEJon Olav Hauglid2010-02-261-0/+1
* | | merge from mysql-next-mr-bugfixingJon Olav Hauglid2010-02-251-29/+42
|\ \ \
| * | | Bug#31767 DROP FUNCTION name resolutionMarc Alff2010-02-231-29/+42
* | | | Followup to Bug#45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-241-10/+10
|/ / /
* | | Bug#43201 : Stack overrun when running sp-error test.Vladislav Vaintroub2010-02-231-2/+1
* | | Fix for bug #50908 "Assertion `handler_tables_hash.records == 0' Dmitry Lenev2010-02-121-8/+0
* | | Fix for bug #50913 "Deadlock between open_and_lock_tables_derivedDmitry Lenev2010-02-081-0/+3
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-23/+25
|\ \ \
| * \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-3/+3
| |\ \ \ | | |/ /
| | * | Bug #49552 : sql_buffer_result cause crash + not found recordsGeorgi Kodinov2010-01-291-2/+2
| | * | Fix for compiler warnings:Davi Arnaut2010-01-281-1/+1
| | * | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-8/+9
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-301-4/+2
| |\ \ \ | | |/ /
| | * | Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-221-3/+3
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-281-1/+1
| |\ \ \ | | |/ /
| | * | mergeMattias Jonsson2010-01-191-1/+1
| | |\ \
| | | * | Bug#47343: InnoDB fails to clean-up after lock wait timeout onMattias Jonsson2010-01-181-1/+1
| | * | | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-17/+23