You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4676 ColumnStore MTR tests: missing have_innodb.inc and unpredictable default_storage_engine
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#
|
||||
|
||||
-- source ../include/have_columnstore.inc
|
||||
-- source include/have_innodb.inc
|
||||
|
||||
-- disable_warnings
|
||||
drop database if exists test_mcol2000;
|
||||
@ -53,7 +54,7 @@ create table orig (a integer not null,
|
||||
dd text character set utf8mb4,
|
||||
ee mediumtext character set utf8mb4,
|
||||
ff longtext character set utf8mb4
|
||||
) default charset=koi8r;
|
||||
) default charset=koi8r ENGINE=InnoDB;
|
||||
|
||||
create table copy1 like orig;
|
||||
alter table copy1 engine=columnstore;
|
||||
|
Reference in New Issue
Block a user