1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cleanup: generalize ER_INNODB_NO_FT_TEMP_TABLE

This commit is contained in:
Sergei Golubchik
2024-01-25 11:36:59 +01:00
parent fd69abe44f
commit 1fe8a1bb76
4 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
if ($basic_stage == create_table)
{
# Create FTS table
--error ER_INNODB_NO_FT_TEMP_TABLE
--error ER_NO_INDEX_ON_TEMPORARY
CREATE TEMPORARY TABLE articles (
id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
title VARCHAR(200),