1
0
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:
Timofey Turenko
2025-06-20 18:00:35 +03:00
committed by Leonid Fedorov
parent c0307b6636
commit a61325f780

View File

@ -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