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
32 lines
471 B
Plaintext
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
|