mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			577 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			577 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # 
 | |
| # Basic syntax related to indexes: 
 | |
| #   unique and non-unique keys,
 | |
| #   single- and multi-column keys,
 | |
| #   index option COMMENT.
 | |
| #   
 | |
| # See other index* tests for operations 
 | |
| # which are less likely to be supported
 | |
| #
 | |
| # PRIMARY KEY syntax is covered in index_primary test.
 | |
| # Index types BTREE|HASH -- in index_type_btree|hash tests.
 | |
| # SPATIAL -- in type_spatial_indexes test.
 | |
| # FULLTEXT -- in fulltext_search test.
 | |
| # KEY_BLOCK_SIZE -- in index_key_block_size test.
 | |
| #
 | |
| 
 | |
| --source have_engine.inc
 | |
| --source have_default_index.inc
 | |
| 
 | |
| --source index.inc
 | |
| 
 | |
| --source cleanup_engine.inc
 | |
| 
 | 
