mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
47b514ffce
The test result differs on windows, since it writes out 'localhost:<port>' instead of only 'localhost', since it uses tcp/ip instead of unix sockets on windows. Fixed by replacing that column. Also requires --big-test from some long running tests and added a weekly run of all test requiring --big-test. mysql-test/collections/default.weekly: Added a run of big-test (already exists in 5.5). mysql-test/r/variables-big.result: Updated results mysql-test/suite/parts/t/part_supported_sql_func_innodb.test: requiring --big-test since the test takes long time mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test: requiring --big-test since the test takes long time mysql-test/suite/parts/t/partition_alter1_2_innodb.test: requiring --big-test since the test takes long time mysql-test/suite/parts/t/partition_alter4_innodb.test: requiring --big-test since the test takes long time mysql-test/t/disabled.def: Disabled two tests since they fail and was already reported as bugs (but was never run since they requires --big-test flag). mysql-test/t/variables-big.test: Replacing column 3 in process list since it is not the same on windows as in unix.
20 lines
855 B
Text
20 lines
855 B
Text
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
|