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
Fix charset in MTR
This commit is contained in:
committed by
Leonid Fedorov
parent
22ad96e04a
commit
3d5e106310
@ -1,5 +1,6 @@
|
||||
--disable_query_log
|
||||
--disable_warnings
|
||||
-- SYSTABLE
|
||||
create database if not exists calpontsys;
|
||||
|
||||
use calpontsys;
|
||||
@ -46,4 +47,3 @@ create table if not exists syscolumn (`schema` varchar(128),
|
||||
|
||||
--enable_warnings
|
||||
--enable_query_log
|
||||
|
||||
|
Reference in New Issue
Block a user