1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test012/createn.sql
2016-01-06 14:08:59 -06:00

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;