summaryrefslogtreecommitdiff
path: root/sql/temporary_tables.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26433 assertion: table->get_ref_count() == 0 in dict0dict.cc line 1915Oleksandr Byelkin2022-07-121-0/+4
* Merge 10.4 to 10.5Daniel Black2022-03-171-3/+5
|\
| * Merge 10.3 to 10.4Daniel Black2022-03-161-6/+7
| |\
| | * MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-141-6/+7
* | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-5/+11
|\ \ \ | |/ /
| * | Fix all warnings given by UBSANMonty2021-04-201-5/+11
* | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-1/+1
* | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-5/+1
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-3/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-1/+1
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-1/+1
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+1
| | |\
| | | * Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+1
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-4/+2
|\ \ \ \ | |/ / /
| * | | slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-151-4/+2
* | | | Don't try to open temporary tables if there are no temporary tables.Monty2020-04-191-4/+9
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-3/+1
* | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-4/+0
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+6
|/ / /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-0/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-121-0/+7
| |\ \ | | |/
| | * MDEV-18460: Server crashed in strmake / tdc_create_key / THD::create_tmp_tabl...Oleksandr Byelkin2019-12-101-0/+7
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-39/+47
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-07-251-39/+47
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-07-251-40/+47
* | | Merge 10.3 into 10.4Marko Mäkelä2019-06-191-0/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-06-191-1/+4
| |\ \ | | |/
| | * MDEV-19595 fixedMichael Widenius2019-06-191-1/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-1/+14
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-0/+13
| |\ \ | | |/
| | * MDEV-19076: rpl_parallel_temptable result mismatch '-33 optimistic'Sujatha2019-05-201-0/+13
| | * MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponSergey Vojtovich2019-05-141-0/+30
* | | Fix inplace ALTER TABLE to not register tmp tableSergey Vojtovich2019-04-031-11/+6
* | | Removed redundant SE lock for tmp tablesSergey Vojtovich2019-04-031-9/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-03-121-6/+5
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-03-121-6/+5
| |\ \ | | |/
| | * MDEV-17070 Table corruption or Assertion `table->file->stats.records > 0 || e...Sergei Golubchik2019-03-121-6/+5
* | | MDEV-18747 InnoDB: Failing assertion: table->get_ref_count() == 0 upon droppi...Sergei Golubchik2019-02-271-0/+2
|/ /
* | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-32/+18
|\ \ | |/
| * MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual c...Sergei Golubchik2018-12-201-0/+7
| * cleanup: small simplificationSergei Golubchik2018-12-201-25/+7
| * MDEV-16903 Assertion `!auto_increment_field_not_null' failed in TABLE::init a...Sergei Golubchik2018-12-201-7/+4
| * MDEV-17726: A better fixMarko Mäkelä2018-11-161-2/+1
| * MDEV-17726 Assertion `sqlcom != SQLCOM_TRUNCATE' failed in ha_innobase::delet...Marko Mäkelä2018-11-151-1/+2
* | MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponmariadb-10.3.10Sergey Vojtovich2018-10-021-0/+30
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-10/+8
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-10/+8
* | Add likely/unlikely to speed up executionMonty2018-05-071-1/+2
* | Fixed some DBUG_PRINT to use %p properlyMonty2018-03-291-1/+2