summaryrefslogtreecommitdiff
path: root/mysql-test/main/subselect_cache.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-281-2/+2
| | | | | | | | | | | | | | | | | mark big_tables deprecated, the server can put temp tables on disk as needed avoiding "table full" errors. in case someone would really need to force a tmp table to be created on disk from the start and for testing allow tmp_memory_table_size to be set to 0. fix tests to use that instead (and add a test that it actually works). make sure in-memory TREE size limit is never 0 (it's [ab]using tmp_memory_table_size at the moment) remove few sys_vars.*_basic tests
* removes references to a sysvar that disappeared 6 years agoSergei Golubchik2019-09-281-1/+1
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1718