1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-18 20:42:02 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test112/.svn/text-base/createn.sql.svn-base
2016-01-06 14:08:59 -06:00

4 lines
210 B
Plaintext

# 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;