summaryrefslogtreecommitdiff
path: root/sql/sql_rename.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert MDEV-25292 Atomic CREATE OR REPLACE TABLESergei Golubchik2022-10-271-61/+53
* Merge 10.10 into 10.11Jan Lindström2022-09-061-1/+2
|\
| * Merge 10.5 into 10.6Jan Lindström2022-09-051-1/+2
| |\
| | * Merge 10.4 into 10.5Jan Lindström2022-09-051-1/+2
| | |\
* | | | MDEV-25292 Atomic CREATE OR REPLACE TABLEAleksey Midenkov2022-08-311-29/+38
* | | | MDEV-25292 Table_name class for (db, table_name, alias)Aleksey Midenkov2022-08-311-2/+2
* | | | MDEV-25292 ha_table_exists() cleanup and improvementAleksey Midenkov2022-08-311-2/+2
* | | | MDEV-25292 Removed thd argument in ddl_log functionsAleksey Midenkov2022-08-311-2/+2
* | | | MDEV-25292 CleanupsAleksey Midenkov2022-08-311-25/+24
|/ / /
* | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-3/+6
* | | Move debug_crash_here to it's own source filesMonty2021-05-191-1/+1
* | | Check if we can rename triggers before doing an ALTER TABLE ... RENAMEMonty2021-05-191-2/+14
* | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-126/+230
* | | MDEV-20008: Galera strict modebb-10.6-MDEV-20008mkaruza2021-01-261-1/+1
|/ /
* | MDEV-23764 Slave crashes in ha_storage_engine_is_enabled upon rename of viewSergei Golubchik2020-10-241-1/+2
* | MDEV-22128 : Server with wsrep_on crashes in do_rename upon RENAME TABLE on a...Jan Lindström2020-04-281-1/+1
* | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-2/+5
* | Split tdc_remove_table()Sergey Vojtovich2020-04-031-4/+2
* | Cleanups & indentation changesMonty2020-03-241-43/+41
* | Added support for replication for S3Monty2020-03-241-0/+23
* | Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-241-24/+39
* | MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-111-0/+7
* | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-1/+1
|/
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-1/+1
| | |\ \
| | | * | MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed ...Monty2018-05-221-1/+1
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-4/+4
* | | | | dead code - related to vtmdSergei Golubchik2018-04-101-11/+0
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-47/+44
* | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-5/+17
|\ \ \ \ \
| * | | | | SQL, IB: option to drop historical rows on ALTER [closes #249]Eugene Kosov2017-09-011-2/+2
| * | | | | SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-5/+17
| |/ / / /
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-9/+10
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-3/+30
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-081-1/+0
|/ / /
* | | 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