summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with MySQL 5.1.47Michael Widenius2010-05-261-2/+3
|\
| * 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.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
* | | Automerge MariaDB 5.1.44b release.unknown2010-05-101-1/+6
|\ \ \
| * | | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec...unknown2010-05-091-1/+6
| * | | Fix buffer overflow in COM_FIELD_LIST.unknown2010-04-291-10/+20
* | | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | 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
* | | | Fix buffer overflow in COM_FIELD_LIST.Kristian Nielsen2010-04-281-10/+20
| |/ / |/| |
* | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-41/+44
|\ \ \ | |/ /
| * | 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
| * | Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-221-3/+3
| * | 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
| * | | BUG#47418 RBR fails, failure with mixup of base/temporary/view unknown2010-01-161-0/+2
| |/ /
| * | automergeKristofer Pettersson2010-01-131-2/+4
| |\ \
| | * | Bug#48157: crash in Item_field::used_tablesMartin Hansson2010-01-121-2/+4
| * | | Bug#33982 debug assertion and crash reloading grant tables after sighup or killKristofer Pettersson2010-01-131-3/+6
| |/ /
| * | Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2009-12-311-11/+0
| |\ \ | | |/
| | * Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2009-12-311-11/+0
| | * Bug#48983: Bad strmake calls (length one too long)Davi Arnaut2009-12-171-1/+1
* | | Changed version number from RC to stableMichael Widenius2010-01-291-5/+16
|\ \ \ | |/ /
* | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-0/+5
|\ \ \ | |/ /
| * | auto-mergeTatiana A. Nurnberg2009-11-241-0/+5
| |\ \
| | * | Bug#48319: Server crashes on "GRANT/REVOKE ... TO CURRENT_USER"Tatiana A. Nurnberg2009-10-291-0/+5
* | | | Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-40/+80
|\ \ \ \
| * \ \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-40/+80
| |\ \ \ \ | | |/ / /
| | * | | BUG#43171 - Assertion failed: thd->transaction.xid_state.xid.is_null()Sergey Vojtovich2009-10-281-1/+8
| | |/ /
| | * | mergeGeorgi Kodinov2009-10-161-2/+0
| | |\ \
| | | * | Bug#46019: ERROR 1356 When selecting from within anotherMartin Hansson2009-10-161-2/+0
| | * | | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-17/+19
| | |/ /
| | * | Bug #43029: FORCE INDEX FOR ORDER BY is ignored when join Georgi Kodinov2009-10-071-0/+1
| | * | Manual merge.Davi Arnaut2009-09-301-23/+19
| | |\ \ | | | |/
| | | * Post-merge cleanup: Reorganize code for better comprehensibility.Davi Arnaut2009-09-301-24/+20
| | * | Manual merge.Davi Arnaut2009-09-301-1/+26
| | |\ \ | | | |/
| | | * Post-merge fix: DBUG macros are wrapped inside a loop.Davi Arnaut2009-09-301-1/+7
| | | * Bug#47525: MySQL crashed (Federated)Davi Arnaut2009-09-301-0/+20
| | * | A patch for Bug#45118 (mysqld.exe crashed in debug modeAlexander Nozdrin2009-09-101-19/+30
* | | | Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-1/+1
|/ / /
* | | Merge Mysql 5.1.39 merge into MariaDB trunkunknown2009-11-061-1/+1
|\ \ \
| * \ \ Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-2/+2
| |\ \ \ | | |/ /
| | * | Merge from 5.0 for 43414Staale Smedseng2009-08-281-2/+2
| | |\ \ | | | |/