Commit 6e7ac406 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-25070 fixup: Correct the result

parent cc9c303a
......@@ -691,7 +691,7 @@ FTS_DOC_ID t
DROP TABLE t;
#
# MDEV-25070 SIGSEGV in fts_create_in_mem_aux_table
#
#
CREATE TABLE t1 (a CHAR, FULLTEXT KEY(a)) ENGINE=InnoDB;
ALTER TABLE t1 DISCARD TABLESPACE;
ALTER TABLE t1 ADD FULLTEXT INDEX (a);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment