summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-4/+0
* BUG#57899: Certain reserved words should not be reservedLuis Soares2010-11-031-0/+4
* Auto-merge from mysql-5.1-bugteam for bug#36742.Dmitry Shulga2010-10-131-0/+6
|\
| * Fixed bug#36742 - GRANT hostname case handling inconsistent.Dmitry Shulga2010-10-131-0/+6
* | BUG#54144: manual merged bzr bundle from bug report.Luis Soares2010-10-081-19/+12
|\ \
| * | BUG#54144: ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE is hard codedLuis Soares2010-10-071-19/+12
* | | Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.cDavi Arnaut2010-10-061-1/+1
|/ /
* | mergeGeorgi Kodinov2010-10-041-3/+20
|\ \
| * \ mergeMattias Jonsson2010-10-011-1/+1
| |\ \
| | * | Bug#50036: Inconsistent errors when using TIMESTAMP columns/expressionsMattias Jonsson2010-08-301-1/+1
| * | | Bug #56678 Valgrind warnings from binlog.binlog_unsafeJon Olav Hauglid2010-09-241-2/+8
| * | | Bug #54920 Stored functions are allowed in HANDLER statements,Jon Olav Hauglid2010-09-241-0/+7
| * | | Fix for bug #55273 "FLUSH TABLE tm WITH READ LOCK for MergeDmitry Lenev2010-09-091-0/+4
| * | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-09-011-1/+17
| |\ \ \
| * | | | Bug #54579 Wrong unsafe warning for INSERT DELAYED in SBR2010-08-301-2/+2
| | |/ / | |/| |
* | | | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-26/+116
|\ \ \ \ | | |/ / | |/| |
| * | | automerge 5.1-bugteam --> 5.5-merge (bug 53034)Gleb Shchepa2010-08-311-1/+17
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bug #53034: Multiple-table DELETE statements not acceptingGleb Shchepa2010-08-311-1/+17
| | * WL#5370 Keep forward-compatibility when changing2010-08-181-3/+25
| * | Merge from mysql-5.5-bugfixing to mysql-5.5-runtimeJon Olav Hauglid2010-08-181-0/+7
| |\ \
| | * | WL#5370 Keep forward-compatibility when changing 2010-08-181-0/+7
| * | | Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-23/+91
| |\ \ \ | | |/ /
| | * | Rename of sql_alter_table -> sql_alter and sql_table_maintenance -> sql_adminMattias Jonsson2010-08-161-2/+2
| | * | Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait forMattias Jonsson2010-08-161-23/+91
| * | | Fix for bug #52044 "FLUSH TABLES WITH READ LOCK and FLUSHDmitry Lenev2010-07-271-2/+1
| |/ /
* | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-2/+52
|/ /
* | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-191-4/+2
|\ \
| * \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-4/+2
| |\ \ | | |/
* | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-1/+3
* | | A new implementation for the TABLE_SHARE cache in MDLKonstantin Osipov2010-06-181-3/+9
|/ /
* | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-15/+12
|\ \
| * \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-15/+12
| |\ \ | | |/
| | * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-16/+11
* | | Bug#20837 Apparent change of isolation level during transactionMagne Mahre2010-06-081-9/+17
|\ \ \
| * | | Draft patch that fixes and a sketches test cases for:Konstantin Osipov2010-05-071-9/+17
* | | | Bug #54282 Crash in MDL_context::upgrade_shared_lock_to_exclusiveJon Olav Hauglid2010-06-071-2/+2
* | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-091-1/+1
| | |\ \ | | | |/
| | | * Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-1/+1
| | | |\
* | | | | Fix for bug #51263 "Deadlock between transactionalDmitry Lenev2010-05-261-4/+4
* | | | | Bug#42643: InnoDB does not support replication of TRUNCATE TABLEDavi Arnaut2010-05-251-1/+5
* | | | | Pre-requisite patch for bug #51263 "Deadlock betweenDmitry Lenev2010-05-251-23/+80
|/ / / /
* | | | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-32/+20
|/ / /
* | | A fix for Bug#11918 "SP does not accept variables in LIMIT clause"Konstantin Osipov2010-04-141-1/+34
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+8
* | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-381/+635
|\ \ \
| * | | WL#5000 FLUSH TABLES|TABLE table_list WITH READ LOCK.Konstantin Osipov2010-02-271-9/+20
| * | | Auto-merge from mysql-next-mr.Alexander Nozdrin2010-02-211-0/+1
| |\ \ \
| | * | | Patch for WL#3736: Extended Table, Column and Index Comments.Alexander Nozdrin2010-02-201-0/+1