mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			269 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			269 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --source include/have_innodb.inc
 | |
| SET storage_engine=innodb;
 | |
| --source include/gis_generic.inc
 | |
| --source include/gis_keys.inc
 | |
| 
 | |
| #
 | |
| # Bug #15680 (SPATIAL key in innodb)
 | |
| #
 | |
| --error ER_TABLE_CANT_HANDLE_SPKEYS
 | |
| create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
 | 
