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/test201/create.sql.log
2016-01-06 14:08:59 -06:00

14 lines
237 B
Plaintext

--------------
drop table if exists test201
--------------
Query OK, 0 rows affected (2.02 sec)
--------------
create table test201(c1 int, c2 bigint, c3 bigint)engine=infinidb
--------------
Query OK, 0 rows affected (0.38 sec)
Bye