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

32 lines
471 B
Plaintext

--------------
drop table if exists test010
--------------
Query OK, 0 rows affected (0.30 sec)
--------------
create table test010(
batch int,
dt date,
batchRow int
)engine=infinidb
--------------
Query OK, 0 rows affected (0.17 sec)
--------------
drop table if exists tbug5237
--------------
Query OK, 0 rows affected (0.23 sec)
--------------
create table tbug5237(
batch tinyint
)engine=infinidb
--------------
Query OK, 0 rows affected (0.22 sec)
Bye