mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 ca88eac835
			
		
	
	
	ca88eac835
	
	
	
		
			
			ha_innobase::check_if_supported_inplace_alter(): Require ALGORITHM=COPY when creating a FULLTEXT INDEX on a versioned table. row_merge_buf_add(), row_merge_read_clustered_index(): Remove the parameter or local variable history_fts that had been added in the attempt to fix MDEV-25004. Reviewed by: Thirunarayanan Balathandayuthapani Tested by: Matthias Leich
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			391 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			391 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --- innodb-fts-fic.result
 | |
| +++ innodb-fts-fic.reject
 | |
| @@ -172,7 +172,6 @@
 | |
|  (1, 'MySQL Tutorial','DBMS stands for DataBase ...'),
 | |
|  (2, 'How To Use MySQL Well','After you went through a ...');
 | |
|  CREATE FULLTEXT INDEX idx ON wp(title, text);
 | |
| -ERROR HY000: Column 'FTS_DOC_ID' is of wrong type for an InnoDB FULLTEXT index
 | |
|  DROP TABLE wp;
 | |
|  CREATE TABLE wp(
 | |
|  FTS_DOC_ID bigint unsigned PRIMARY KEY,
 |