You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
4 lines
210 B
SQL
Executable File
4 lines
210 B
SQL
Executable File
# Negative test run without AllowVarbinary=yes.
|
|
drop table if exists test012_fact;
|
|
create table if not exists test012_fact (id bigint, c1 varbinary(8), c2 varbinary(200), c3 varbinary(800)) engine=infinidb;
|