mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-19 01:09:21 +08:00
Remove SET TIME_ZONE from sakila.sql so the literal data-times are used, not adjusted based on the system tz.
This commit is contained in:
@@ -2,7 +2,6 @@ DROP DATABASE IF EXISTS `sakila`;
|
|||||||
CREATE DATABASE `sakila`;
|
CREATE DATABASE `sakila`;
|
||||||
USE `sakila`;
|
USE `sakila`;
|
||||||
|
|
||||||
SET TIME_ZONE='+00:00';
|
|
||||||
SET NAMES utf8;
|
SET NAMES utf8;
|
||||||
SET UNIQUE_CHECKS=0;
|
SET UNIQUE_CHECKS=0;
|
||||||
SET FOREIGN_KEY_CHECKS=0;
|
SET FOREIGN_KEY_CHECKS=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user