summaryrefslogtreecommitdiff
path: root/mysql-test/main/temp_table.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bb-10.5-all-builders' into bb-10.6-all-buildersLena Startseva2022-09-271-0/+3
|\
| * Merge branch 'bb-10.4-all-builders' into bb-10.5-all-buildersLena Startseva2022-09-261-0/+3
| |\
| | * MDEV-27691: make working view-protocolLena Startseva2022-09-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Tests with checking metadata or that cannot be run with the view-protocol are excluded from --view-protocol. For tests that do not allow the use of an additional connection, the util connection is disabled with "--disable_service_connection". Also cases with bugs for --view-protocol are disabled.
* | | Record in test suite that temporary tables only uses write locksMonty2021-06-071-0/+14
|/ /
* | continue DROP TEMPORARY TABLE t1, t2, t3 after error.Sergei Golubchik2020-07-041-5/+28
|/ | | | | | normal DROP TABLE with many tables continues after an error, trying to drop as many tables as possible. But DROP TEMPORARY TABLE was aborting on the first error. Change it to behave as DROP TABLE does.
* Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+19
|
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-0/+16
|
* Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-0/+2
|
* MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponmariadb-10.3.10Sergey Vojtovich2018-10-021-0/+26
| | | | | | | | | | truncating a temporary table TRUNCATE expects only one TABLE instance (which is used by TRUNCATE itself) to be open. However this requirement wasn't enforced after "MDEV-5535: Cannot reopen temporary table". Fixed by closing unused table instances before performing TRUNCATE.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+597