summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-03-11 12:34:56 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-03-11 12:34:56 +0200
commit6e7ac4060d28a35e12d6a34450e5624734d3a9be (patch)
treee8dad13446144a0bd471e152416610dfd357226c
parentcc9c303a450bf9cbb9bda51638d0c435fe755336 (diff)
downloadmariadb-git-6e7ac4060d28a35e12d6a34450e5624734d3a9be.tar.gz
MDEV-25070 fixup: Correct the result
-rw-r--r--mysql-test/suite/innodb_fts/r/fulltext.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb_fts/r/fulltext.result b/mysql-test/suite/innodb_fts/r/fulltext.result
index f41b938604d..c3345548c0d 100644
--- a/mysql-test/suite/innodb_fts/r/fulltext.result
+++ b/mysql-test/suite/innodb_fts/r/fulltext.result
@@ -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);