File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
mysql-test/suite/sys_vars/t Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -44,22 +44,23 @@ SET @def_var= @@session.transaction_prealloc_size;
4444SET SESSION transaction_prealloc_size=1024*1024*1024*1;
4545# Embedded server is shows "cleaning up" as STATE, while non-embedded shows "init"
4646--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
47- --replace_regex /localhost[:0-9]*/localhost/
47+ --replace_result Execute Query
4848SHOW PROCESSLIST;
4949SET SESSION transaction_prealloc_size=1024*1024*1024*2;
5050--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
51- --replace_regex /localhost[:0-9]*/localhost/
51+ --replace_result Execute Query
5252SHOW PROCESSLIST;
5353SET SESSION transaction_prealloc_size=1024*1024*1024*3;
5454--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
55- --replace_regex /localhost[:0-9]*/localhost/
55+ --replace_result Execute Query
5656SHOW PROCESSLIST;
5757SET SESSION transaction_prealloc_size=1024*1024*1024*4;
5858--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
59- --replace_regex /localhost[:0-9]*/localhost/
59+ --replace_result Execute Query
6060SHOW PROCESSLIST;
6161SET SESSION transaction_prealloc_size=1024*1024*1024*5;
6262--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
63+ --replace_result Execute Query
6364SHOW PROCESSLIST;
6465--enable_warnings
6566
You can’t perform that action at this time.
0 commit comments