mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	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.
		
			
				
	
	
		
			21 lines
		
	
	
		
			855 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			855 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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
 |