mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	Bug #11987 mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1" Allow to store and retrieve even unassigned GBK codes. Like we did in Big5 earlier. have_gbk.inc, have_gbk.require, ctype_gbk.result, ctype_gbk.test: new file
		
			
				
	
	
		
			5 lines
		
	
	
		
			105 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			105 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
-- require r/have_gbk.require
 | 
						|
disable_query_log;
 | 
						|
show collation like "gbk_chinese_ci";
 | 
						|
enable_query_log;
 |