summaryrefslogtreecommitdiff
path: root/sql/temporary_tables.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-151-4/+2
* | | 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
* | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-15/+11
* | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-1/+11
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-4/+4
|\ \
| * \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-4/+4
| |\ \ | | |/
| | * MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-4/+4
* | | Simplify test if we can use table in query cacheMichael Widenius2017-08-241-0/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
|/ /
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-0/+1
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-0/+1
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-041-30/+16
|\ \ | |/
| * Clean up replication check in open_temporary_table()Monty2017-06-301-30/+16
* | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-3/+7
|/
* cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-121-7/+2
* MDEV-10219 rpl.rpl_parallel_temptable failed in buildbot: Assertion `!table |...Monty2016-06-221-4/+9
* MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-0/+44