mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
parent
ab1941266c
commit
a7abddeffa
2114 changed files with 75 additions and 77 deletions
|
|
@ -1,6 +0,0 @@
|
|||
set optimizer_switch = 'derived_merge=on';
|
||||
create table t1 (c1 char(8), c2 char(8)) engine=myisam;
|
||||
insert into t1 values ('test1','test2'),('test3','test4');
|
||||
select * from (select c1 from t1 where match (c2) against ('hello' in boolean mode)) as alias;
|
||||
drop table t1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue