You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +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_warnings
|
||||
create database if not exists calpontsys;
|
||||
|
||||
use calpontsys;
|
||||
@ -43,4 +44,6 @@ create table if not exists syscolumn (`schema` varchar(128),
|
||||
nextvalue bigint,
|
||||
charsetnum int not null default 0) engine=columnstore comment='SCHEMA SYNC ONLY';
|
||||
|
||||
--enable_warnings
|
||||
--enable_query_log
|
||||
|
||||
|
Reference in New Issue
Block a user