mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	 f74d805e16
			
		
	
	f74d805e16
	
	
	
		
			
			Bug#28878: InnoDB tables with UTF8 character set and indexes cause wrong result for DML When making key reference buffers over CHAR fields whitespace (0x20) must be used to fill in the remaining space in the field's buffer. This is what Field_string::store() does. Fixed Field_string::get_key_image() to do the same.
		
			
				
	
	
		
			15 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # t/innodb_mysql.test
 | |
| #
 | |
| # Last update:
 | |
| # 2006-07-26 ML test refactored (MySQL 5.1)
 | |
| #               main testing code t/innodb_mysql.test -> include/mix1.inc              
 | |
| #
 | |
| 
 | |
| -- source include/have_innodb.inc
 | |
| let $engine_type= InnoDB;
 | |
| let $other_engine_type= MEMORY;
 | |
| # InnoDB does support FOREIGN KEYFOREIGN KEYs
 | |
| let $test_foreign_keys= 1;
 | |
| 
 | |
| --source include/mix1.inc
 |