Yuliyas-MacBook-Air:mysql-test Valerii$ ./mtr --suite=innodb tdc
|
Logging: ./mtr --suite=innodb tdc
|
VS config:
|
vardir: /Users/Valerii/dbs/maria10.3/mysql-test/var
|
Checking leftover processes...
|
Removing old var directory...
|
Creating var directory '/Users/Valerii/dbs/maria10.3/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 10.3.35-MariaDB
|
- SSL connections supported
|
- binaries built with wsrep patch
|
Collecting tests...
|
Installing system database...
|
|
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
set default_storage_engine=innodb;
|
set use_stat_tables=NEVER||
|
set global table_definition_cache=500000||
|
select @@table_definition_cache||
|
@@table_definition_cache
|
500000
|
select now()||
|
now()
|
2022-04-03 12:56:42
|
for i in 1..50000 do execute immediate concat('create table if not exists t_', i,' as select ', i, ' as a'); end for||
|
select now()||
|
now()
|
2022-04-03 13:05:29
|
set global table_definition_cache=50000||
|
select @@table_definition_cache||
|
@@table_definition_cache
|
50000
|
flush tables||
|
flush status||
|
select now()||
|
now()
|
2022-04-03 13:05:30
|
for i in 1..50000 do execute immediate concat('update t_', i,' set a=a+1'); end for||
|
show status like 'open%'||
|
Variable_name Value
|
Open_files 7
|
Open_streams 0
|
Open_table_definitions 50000
|
Open_tables 421
|
Opened_files 150138
|
Opened_plugin_libraries 0
|
Opened_table_definitions 50000
|
Opened_tables 50000
|
Opened_views 0
|
select now()||
|
now()
|
2022-04-03 13:08:59
|
for i in 1..50000 do execute immediate concat('update t_', i,' set a=a+1'); end for||
|
select now()||
|
now()
|
2022-04-03 13:12:10
|
show status like 'open%'||
|
Variable_name Value
|
Open_files 7
|
Open_streams 0
|
Open_table_definitions 50000
|
Open_tables 421
|
Opened_files 150138
|
Opened_plugin_libraries 0
|
Opened_table_definitions 50000
|
Opened_tables 100000
|
Opened_views 0
|
set session profiling = ON||
|
flush tables||
|
set session profiling = OFF||
|
set global table_definition_cache=500000||
|
select @@table_definition_cache||
|
@@table_definition_cache
|
500000
|
flush status||
|
select now()||
|
now()
|
2022-04-03 13:12:10
|
for i in 1..50000 do execute immediate concat('update t_', i,' set a=a+1'); end for||
|
show status like 'open%'||
|
Variable_name Value
|
Open_files 7
|
Open_streams 0
|
Open_table_definitions 50000
|
Open_tables 421
|
Opened_files 200138
|
Opened_plugin_libraries 0
|
Opened_table_definitions 50000
|
Opened_tables 50000
|
Opened_views 0
|
select now()||
|
now()
|
2022-04-03 13:15:44
|
for i in 1..50000 do execute immediate concat('update t_', i,' set a=a+1'); end for||
|
worker[1] Test still running: innodb.tdc
|
select now()||
|
now()
|
2022-04-03 13:18:56
|
show status like 'open%'||
|
Variable_name Value
|
Open_files 7
|
Open_streams 0
|
Open_table_definitions 50000
|
Open_tables 421
|
Opened_files 200138
|
Opened_plugin_libraries 0
|
Opened_table_definitions 50000
|
Opened_tables 100000
|
Opened_views 0
|
set session profiling = ON||
|
flush tables||
|
set session profiling = OFF||
|
set global table_definition_cache=default||
|
show profiles||
|
Query_ID Duration Query
|
1 0.34822600 flush tables
|
2 0.28296800 flush tables
|
show profile all for query 1||
|
Status Duration CPU_user CPU_system Context_voluntary Context_involuntary Block_ops_in Block_ops_out Messages_sent Messages_received Page_faults_major Page_faults_minor Swaps Source_function Source_file Source_line
|
Starting 0.348125 0.195479 0.113468 183 1394 3863 0 NULL NULL NULL
|
Query end 0.000020 0.000008 0.000011 0 0 <unknown> sql_parse.cc 6085
|
Commit 0.000005 0.000003 0.000002 0 0 0 <unknown> sql_parse.cc 6149
|
Closing tables 0.000003 0.000003 0.000001 0 0 <unknown> sql_base.cc 728
|
Commit_implicit 0.000003 0.000002 0.000001 0 0 <unknown> sql_parse.cc 6193
|
Starting cleanup 0.000004 0.000002 0.000000 0 <unknown> sql_parse.cc 6221
|
Freeing items 0.000013 0.000013 0.000001 0 0 <unknown> sql_parse.cc 7887
|
Updating status 0.000019 0.000007 0.000013 0 0 <unknown> sql_parse.cc 2405
|
Reset for next command 0.000034 0.000015 0.000018 0 <unknown> sql_parse.cc 2429
|
show profile all for query 2||
|
Status Duration CPU_user CPU_system Context_voluntary Context_involuntary Block_ops_in Block_ops_out Messages_sent Messages_received Page_faults_major Page_faults_minor Swaps Source_function Source_file Source_line
|
Starting 0.282852 0.201568 0.089823 77 833 903 0 NULL NULL NULL
|
Query end 0.000019 0.000011 0.000009 0 0 <unknown> sql_parse.cc 6085
|
Commit 0.000010 0.000006 0.000004 0 0 0 <unknown> sql_parse.cc 6149
|
Closing tables 0.000009 0.000005 0.000003 0 0 <unknown> sql_base.cc 728
|
Commit_implicit 0.000007 0.000003 0.000003 0 0 <unknown> sql_parse.cc 6193
|
Starting cleanup 0.000007 0.000005 0.000003 0 <unknown> sql_parse.cc 6221
|
Freeing items 0.000008 0.000006 0.000002 0 0 <unknown> sql_parse.cc 7887
|
Updating status 0.000030 0.000012 0.000018 0 0 <unknown> sql_parse.cc 2405
|
Reset for next command 0.000026 0.000022 0.000005 0 <unknown> sql_parse.cc 2429
|
select now()||
|
now()
|
2022-04-03 13:18:57
|
for i in 1..50000 do execute immediate concat('alter table t_', i, ' engine=Aria'); end for||
|
worker[1] Test still running: innodb.tdc
|
select now()||
|
now()
|
2022-04-03 13:39:42
|
for i in 1..50000 do execute immediate concat('drop table t_', i); end for||
|
select now()||
|
now()
|
2022-04-03 13:45:48
|
innodb.tdc 'innodb' [ pass ] 2946428
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 2946.428 of 2954 seconds executing testcases
|
|
Completed: All 1 tests were successful.
|