summaryrefslogtreecommitdiff
path: root/sql/temporary_tables.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+1
* MDEV-18460: Server crashed in strmake / tdc_create_key / THD::create_tmp_tabl...Oleksandr Byelkin2019-12-101-0/+7
* Merge 10.1 into 10.2Marko Mäkelä2019-07-251-40/+47
* MDEV-19595 fixedMichael Widenius2019-06-191-1/+4
* 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
* MDEV-17070 Table corruption or Assertion `table->file->stats.records > 0 || e...Sergei Golubchik2019-03-121-6/+5
* 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
* Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-10/+8
* MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-4/+4
* Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-0/+1
* Clean up replication check in open_temporary_table()Monty2017-06-301-30/+16
* 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
* MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-0/+1499