summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#5370 Keep forward-compatibility when changing unknown2010-08-181-13/+0
* Bug#53676: Unexpected errors and possible tableMattias Jonsson2010-08-131-81/+0
* Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-10/+4
|\
| * Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-10/+4
| |\
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-10/+4
* | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-291-7/+25
|\ \ \
| * | | BUG#55387: binlog.binlog_tmp_table crashes the serverLuis Soares2010-07-221-7/+25
| |/ /
* | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-67/+88
* | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-191-3/+3
|\ \ \ | |/ /
| * | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-13/+14
| |\ \
| * \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-3/+3
| | * | A 5.1-only version of fix for bug #46947 "Embedded SELECTDmitry Lenev2010-05-281-9/+25
| | * | BUG#49019 Mixing self-logging eng. and regular eng. does not switch to row in...Alfranio Correia2010-05-161-36/+58
* | | | A pre-requisite for patch fixing bug #52044 "FLUSH TABLES Dmitry Lenev2010-07-131-231/+45
* | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-13/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-9/+9
| * | | BUG#54842: DROP TEMPORARY TABLE not binlogged after manualLuis Soares2010-06-291-4/+5
| |/ /
* | | A follow-up for 5.5 version of fix for bug#54360 "Deadlock Dmitry Lenev2010-07-011-45/+0
* | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-89/+78
* | | Salvage comments added by Ingo while working on Konstantin Osipov2010-06-291-1/+5
* | | A fix for Bug#54811 "Assert in mysql_lock_have_duplicate()".Konstantin Osipov2010-06-291-20/+65
* | | Bug #53757 assert in mysql_truncate_by_deleteJon Olav Hauglid2010-06-251-0/+1
* | | A new implementation for the TABLE_SHARE cache in MDLKonstantin Osipov2010-06-181-46/+163
|/ /
* | WL#5419 "LOCK_open scalability: make tdc_refresh_version Konstantin Osipov2010-06-111-58/+46
* | A pre-requisite for WL#5419 "LOCK_open scalability: Konstantin Osipov2010-06-101-10/+11
* | A pre-requisite patch for WL#5419 "LOCK_open scalability: Konstantin Osipov2010-06-101-20/+21
* | A review comment for WL#4441 " LOCK_open: Remove requirement ofKonstantin Osipov2010-06-091-6/+18
* | WL#4441 "LOCK_open: Remove requirement of mutex protecting Konstantin Osipov2010-06-081-36/+27
* | Backport two small cleanups from trunk-iplus tree:Konstantin Osipov2010-06-071-8/+6
* | Patch that changes approach to how we acquire metadataDmitry Lenev2010-06-071-72/+180
* | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-8/+65
|\ \
| * \ auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixing.merge Alfranio Correia2010-06-011-2/+2
| |\ \
| | * | BUG#53437 @@session.sql_bin_log support in substatements is incorrectAlfranio Correia2010-05-271-2/+2
| * | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-6/+63
| |\ \ \ | | |/ / | |/| |
| | * | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-6/+63
| | |\ \ | | | |/
| | | * mergeMattias Jonsson2010-05-101-11/+28
| | | |\
| | | | * Additional fix for DEBUG_SYNC which failed for some rpl-tests,Mattias Jonsson2010-03-181-1/+6
| | | | * Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks withMattias Jonsson2010-03-171-11/+23
| | | * | BUG#49019 Mixing self-logging eng. and regular eng. does not switch to row in...Alfranio Correia2010-05-091-0/+10
| | | |/
* | | | A follow up patch for the fix for Bug#51263 "Deadlock betweenKonstantin Osipov2010-06-011-31/+20
* | | | A follow up patch for the fix for Bug#51263 "Deadlock betweenKonstantin Osipov2010-06-011-1/+1
* | | | Fix for bug #51263 "Deadlock between transactionalDmitry Lenev2010-05-261-2/+2
* | | | Bug#42643: InnoDB does not support replication of TRUNCATE TABLEDavi Arnaut2010-05-251-2/+3
* | | | Pre-requisite patch for bug #51263 "Deadlock betweenDmitry Lenev2010-05-251-141/+175
|/ / /
* | | Follow-up for the fix for bug #46947 "Embedded SELECT without Dmitry Lenev2010-05-211-20/+47
* | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-2/+2
* | | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-10/+22
|/ /
* | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-04-201-1/+27
|\ \
| * | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1