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
dusable warings in the includes for MTR
This commit is contained in:
committed by
Leonid Fedorov
parent
c0307b6636
commit
a61325f780
@ -1,4 +1,5 @@
|
|||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
--disable_warnings
|
||||||
create database if not exists calpontsys;
|
create database if not exists calpontsys;
|
||||||
|
|
||||||
use calpontsys;
|
use calpontsys;
|
||||||
@ -43,4 +44,6 @@ create table if not exists syscolumn (`schema` varchar(128),
|
|||||||
nextvalue bigint,
|
nextvalue bigint,
|
||||||
charsetnum int not null default 0) engine=columnstore comment='SCHEMA SYNC ONLY';
|
charsetnum int not null default 0) engine=columnstore comment='SCHEMA SYNC ONLY';
|
||||||
|
|
||||||
|
--enable_warnings
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user