summaryrefslogtreecommitdiff
path: root/sql/sql_rename.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-2/+29
|\
| * MDEV-8569 build_table_filename() doesn't support temporary tables.Alexey Botchkov2016-07-181-2/+29
* | cleanupSergei Golubchik2016-07-131-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+2
|\ \ | |/
| * MDEV-7370: Server deadlocks on renaming a table for which persistent statisti...Sergei Petrunia2015-11-181-1/+2
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
|/
* MDEV-5309 - RENAME TABLE does not check for existence of the table's engineSergey Vojtovich2015-06-161-7/+2
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-6/+2
* 10.0-base merge.Sergei Golubchik2013-09-211-2/+3
|\
| * 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-2/+3
| |\
| | * mysql-5.5.33 mergeSergei Golubchik2013-09-061-2/+3
| | |\
| | | * Bug #14227431: CHARACTER SET MISMATCH WHEN ALTERING FOREIGN KEYSSivert Sorumgard2013-06-121-2/+2
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | merge of 2876.430.11 & 2876.430.1unknown2013-06-271-1/+1
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-2/+2
* | | | test_sql_discovery storage engineSergei Golubchik2013-04-091-5/+8
* | | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-52/+41
* | | | revert Sergei Golubchik2013-04-091-8/+8
|/ / /
* | | Addressed all remaining issues from the review of the patchIgor Babaev2012-12-131-0/+1
* | | Added procedures to delete records by keys from statistical tables.Igor Babaev2012-07-101-0/+6
|/ /
* | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \
| * \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \
| | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\ \
* | | \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \
| | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-1/+2
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge with 5.2Michael Widenius2011-05-161-8/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bugfix: New table creation/renaming block added if old encoded table present.unknown2011-05-111-8/+8
| | |/ /
| * | | Merge with 5.2Michael Widenius2011-03-091-3/+3
| |\ \ \ | | |/ /
| * | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-1/+1
* | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-6/+1
* | | | Auto-merge from mysql-5.1-bugteam for bug#47924.Dmitry Shulga2010-11-081-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | A fix and a test case for Bug#47924 -main.log_tables times outDmitry Shulga2010-11-071-3/+3
| |/ /
| * | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-4/+5
* | | Bug #56595 RENAME TABLE causes assert on OS XJon Olav Hauglid2010-09-161-0/+1
* | | Followup for Bug #54360 Deadlock DROP/ALTER/CREATE DATABASEJon Olav Hauglid2010-08-101-2/+0
* | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-14/+5
* | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-5/+5
* | | Bug#42643: InnoDB does not support replication of TRUNCATE TABLEDavi Arnaut2010-05-251-1/+2
* | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-1/+1
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+11
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-041-4/+5
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-3/+3
|\ \ \
| * | | Merge cleanupMarc Alff2009-12-111-1/+1
| * | | Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marcMarc Alff2009-12-111-4/+5
| |\ \ \
| | * | | BUG#37148 Most callers of mysql_bin_log.write ignore the return resultHe Zhenxing2009-11-211-4/+5
| | |/ /