You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
set timezone before create datatypetestm* tables
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
drop table if exists datatypetestm;
|
drop table if exists datatypetestm;
|
||||||
drop table if exists datatypetestm1;
|
drop table if exists datatypetestm1;
|
||||||
drop table if exists datatypetestm2;
|
drop table if exists datatypetestm2;
|
||||||
|
SET @@session.time_zone = "+00:00";
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
Create table datatypetestm (
|
Create table datatypetestm (
|
||||||
CIDX INTEGER,
|
CIDX INTEGER,
|
||||||
|
Reference in New Issue
Block a user