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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user