mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	including modifications according to code review
+ backport of the fix for
  Bug 41932 funcs_1: is_collation_character_set_applicability path
                     too long for tar
  which was missing in 5.0 (just a renaming of two files)
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			870 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			870 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| SET SESSION transaction_prealloc_size=1024*1024*1024*1;
 | |
| SHOW PROCESSLIST;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| <Id>	root	localhost	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	localhost	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	localhost	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	localhost	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	localhost	test	Query	<Time>	NULL	SHOW PROCESSLIST
 |