mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 f64cff9206
			
		
	
	
	f64cff9206
	
	
	
		
			
			This happened when trying to PARTITION a SEQUENCE table Problem was that wrong function was used to get engine name Signed-off-by: Monty <monty@mariadb.org>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # MDEV-13715 ha_partition::engine_name() segfault fix
 | |
| #
 | |
| create sequence s;
 | |
| alter table s partition by hash(start_value) partitions 2;
 | |
| ERROR HY000: Table storage engine 'partition' does not support the create option 'SEQUENCE'
 | |
| drop sequence s;
 |