~percona-toolkit-dev/percona-toolkit/pt-table-checksum-fails-on-BINARY-field-in-PK-1381280

« back to all changes in this revision

Viewing changes to sandbox/sakila.sql

  • Committer: Daniel Nichter
  • Date: 2012-12-05 22:05:41 UTC
  • mto: (503.3.1 percona-toolkit)
  • mto: This revision was merged to the branch mainline in revision 504.
  • Revision ID: daniel@percona.com-20121205220541-b01tx4096c37hetn
Remove SET TIME_ZONE from sakila.sql so the literal data-times are used, not adjusted based on the system tz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CREATE DATABASE `sakila`;
3
3
USE `sakila`;
4
4
 
5
 
SET TIME_ZONE='+00:00';
6
5
SET NAMES utf8;
7
6
SET UNIQUE_CHECKS=0;
8
7
SET FOREIGN_KEY_CHECKS=0;