summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-42/+25
* Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-2/+0
|\
| * Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-2/+0
| |\
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+0
| | * Bug#54453: Failing assertion: trx->active_trans when renaming aDavi Arnaut2010-07-201-0/+8
* | | Fix a Windows failure of main.merge test introduced byKonstantin Osipov2010-07-291-2/+2
* | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-5/+15
|\ \ \ | |/ /
| * | Merge into mysql-trunk-merge..Davi Arnaut2010-07-191-5/+15
| |\ \
| | * \ manual merge from mysql-5.1-securityJon Olav Hauglid2010-07-071-5/+15
| | |\ \
| | | * | Bug #54117 crash in thr_multi_unlock, temporary tableJon Olav Hauglid2010-07-071-0/+5
| | | |/
* | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-33/+32
* | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-6/+9
|\ \ \ \ | |/ / /
| * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+5
| * | | BUG 54925: automerged bzr bundle from bug report.Luis Soares2010-07-081-1/+1
| |\ \ \
| | * | | BUG#54925: Assertion `query_arg && mysql_bin_log.is_open()' onLuis Soares2010-07-011-1/+1
| * | | | Bug#54783: optimize table crashes with invalid timestamp defaultDavi Arnaut2010-07-061-0/+3
| |/ / /
* | | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-38/+11
* | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-301-1/+6
|\ \ \ \ | |/ / /
| * | | Backport of revid:ingo.struewing@sun.com-20091223200354-r2uzbdkj2v6yv111Alexander Nozdrin2010-06-251-1/+6
| |/ /
* | | Backport from mysql-6.0-codebase of:Jon Olav Hauglid2010-06-231-3/+7
|/ /
* | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-1/+1
|\ \
| * \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-1/+1
| |\ \ | | |/
| | * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-1/+1
| | * mergeMattias Jonsson2010-05-231-3/+20
| | |\
| | * \ merge into mysql-5.1-bugteamMattias Jonsson2010-05-211-7/+13
| | |\ \
| | | * | Bug#49477: Assertion `0' failed in ha_partition.cc:5530Mattias Jonsson2009-12-111-7/+13
* | | | | A pre-requisite patch for WL#5419 "LOCK_open scalability: Konstantin Osipov2010-06-101-31/+31
* | | | | WL#4441 "LOCK_open: Remove requirement of mutex protecting Konstantin Osipov2010-06-081-4/+0
* | | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-12/+48
|\ \ \ \ \ | |/ / / /
| * | | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-4/+42
| |\ \ \ \
| | * \ \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-241-3/+20
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug #53804: serious flaws in the alter database .. upgradeGleb Shchepa2010-05-211-3/+20
| | | |/ /
| | * | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-091-0/+14
| | |\ \ \ | | | |/ /
| | | * | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-0/+14
| | | |\ \
| | * | \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-301-1/+8
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix for bug#50946: fast index creation still seems to copy the table Ramil Kalimullin2010-04-251-0/+7
| * | | | | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-261-5/+2
| * | | | | Merge of bug#51851.Mattias Jonsson2010-05-241-3/+4
| |\ \ \ \ \
| | * | | | | Bug#51851: Server with SBR locks mutex twice on LOAD DATAMattias Jonsson2010-03-301-3/+4
* | | | | | | A follow up patch for the fix for Bug#51263 "Deadlock betweenKonstantin Osipov2010-06-011-14/+11
* | | | | | | Patch that addresses bug #53976 "ALTER TABLE RENAMEDmitry Lenev2010-05-281-87/+0
* | | | | | | 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-6/+13
* | | | | | | Pre-requisite patch for bug #51263 "Deadlock betweenDmitry Lenev2010-05-251-4/+22
|/ / / / / /
* | | | | | Fix compiler warning about "assignment used as truth value"Dmitry Lenev2010-05-131-1/+1
* | | | | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-1/+1
* | | | | | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-0/+6
| |/ / / / |/| | | |
* | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-04-211-46/+21
|\ \ \ \ \
| * | | | | BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside aAlfranio Correia2010-04-201-46/+21
* | | | | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-04-201-18/+94
|\ \ \ \ \ \ | |/ / / / /