summaryrefslogtreecommitdiff
path: root/mysql-test/main/variables.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18650: Options deprecated in previous versions - thread_concurrencyVicențiu Ciorbaru2020-02-131-7/+0
| | | | thread_concurrency was ignored since 5.5. Remove it.
* MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-281-9/+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
* MDEV-7481 Replace max_long_data_size functionality with max_allowed_packetSergei Golubchik2019-09-281-5/+0
|
* Merge branch '10.2' into 10.3Monty2019-09-031-7/+16
|
* Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-1/+2
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1549