mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Marko Mäkelä](/assets/img/avatar_default.png)
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
12 lines
350 B
Text
12 lines
350 B
Text
--- sync_ddl.result
|
|
+++ sync_ddl.reject
|
|
@@ -100,7 +100,7 @@
|
|
ADD COLUMN id2 INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
|
DROP INDEX idx1,
|
|
ADD FULLTEXT INDEX idx2(value);
|
|
-affected rows: 0
|
|
-info: Records: 0 Duplicates: 0 Warnings: 0
|
|
+affected rows: 2
|
|
+info: Records: 2 Duplicates: 0 Warnings: 0
|
|
DROP TABLE t1;
|
|
SET GLOBAL debug_dbug = @save_debug;
|