mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
12 lines
600 B
Plaintext
12 lines
600 B
Plaintext
--- create.result
|
|
+++ create.reject
|
|
@@ -207,7 +207,7 @@
|
|
UNIQUE KEY `FTS_DOC_ID_INDEX` (`FTS_DOC_ID` DESC)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
|
ALTER TABLE t1 ADD FULLTEXT INDEX(b), ALGORITHM=INPLACE;
|
|
-ERROR 0A000: ALGORITHM=INPLACE is not supported. Reason: Not implemented for system-versioned operations. Try ALGORITHM=COPY
|
|
+ERROR HY000: Index 'FTS_DOC_ID_INDEX' is of wrong type for an InnoDB FULLTEXT index
|
|
ALTER TABLE t1 ADD FULLTEXT INDEX(b), ALGORITHM=COPY;
|
|
ERROR HY000: Index 'FTS_DOC_ID_INDEX' is of wrong type for an InnoDB FULLTEXT index
|
|
DROP TABLE t1;
|