mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
MDEV-16708: extract nonembedded part of the test into a separate file
This commit is contained in:
parent
aedf314333
commit
12bcbfc978
12 changed files with 211 additions and 159 deletions
|
|
@ -28,6 +28,7 @@ CREATE TABLE diaries (
|
|||
COMMENT 'parser "TokenBigramSplitSymbolAlphaDigit"'
|
||||
) DEFAULT CHARSET utf8;
|
||||
|
||||
--enable_prepare_warnings
|
||||
INSERT INTO diaries (body) VALUES ("will start Groonga!");
|
||||
INSERT INTO diaries (body) VALUES ("starting Groonga...");
|
||||
INSERT INTO diaries (body) VALUES ("started Groonga.");
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ CREATE TABLE variables (
|
|||
FULLTEXT INDEX (name) COMMENT 'parser "off"'
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
--enable_prepare_warnings
|
||||
INSERT INTO variables (name) VALUES ("mroonga_database_path_prefix");
|
||||
INSERT INTO variables (name) VALUES ("mroonga_default_tokenizer");
|
||||
INSERT INTO variables (name) VALUES ("mroonga_default_wrapper_engine");
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ create table diaries (
|
|||
fulltext index body_index (body)
|
||||
comment 'parser "TokenBigramSplitSymbolAlphaDigit"'
|
||||
) comment = 'engine "innodb"' default charset utf8;
|
||||
--enable_prepare_warnings
|
||||
insert into diaries (body) values ("will start Groonga!");
|
||||
insert into diaries (body) values ("starting Groonga...");
|
||||
insert into diaries (body) values ("started Groonga.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue