mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			830 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			830 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| set session transaction_prealloc_size=1024*1024*1024*1;
 | |
| show processlist;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| 1	root	localhost	test	Query	0	NULL	show processlist
 | |
| set session transaction_prealloc_size=1024*1024*1024*2;
 | |
| show processlist;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| 1	root	localhost	test	Query	0	NULL	show processlist
 | |
| set session transaction_prealloc_size=1024*1024*1024*3;
 | |
| show processlist;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| 1	root	localhost	test	Query	0	NULL	show processlist
 | |
| set session transaction_prealloc_size=1024*1024*1024*4;
 | |
| show processlist;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| 1	root	localhost	test	Query	0	NULL	show processlist
 | |
| set session transaction_prealloc_size=1024*1024*1024*5;
 | |
| show processlist;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| 1	root	localhost	test	Query	0	NULL	show processlist
 | 
