mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
set timezone before create datatypetestm* tables
This commit is contained in:
parent
3c96c1e694
commit
9fa4070d9a
@ -2,6 +2,7 @@
|
||||
drop table if exists datatypetestm;
|
||||
drop table if exists datatypetestm1;
|
||||
drop table if exists datatypetestm2;
|
||||
SET @@session.time_zone = "+00:00";
|
||||
--enable_warnings
|
||||
Create table datatypetestm (
|
||||
CIDX INTEGER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user