mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-07 02:00:50 +08:00
Fix pt-table-sync/basics.t data because timestamps in sakila.sql changed.
This commit is contained in:
@@ -2,6 +2,7 @@ DROP DATABASE IF EXISTS `sakila`;
|
||||
CREATE DATABASE `sakila`;
|
||||
USE `sakila`;
|
||||
|
||||
SET TIME_ZONE='+00:00';
|
||||
SET NAMES utf8;
|
||||
SET UNIQUE_CHECKS=0;
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
||||
@@ -188,7 +188,7 @@ $output = output(
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/^REPLACE INTO `sakila`.`actor`\(`actor_id`, `first_name`, `last_name`, `last_update`\) VALUES \('30', 'SANDRA', 'PECK', '2006-02-15 04:34:33'\)/,
|
||||
qr/^REPLACE INTO `sakila`.`actor`\(`actor_id`, `first_name`, `last_name`, `last_update`\) VALUES \('30', 'SANDRA', 'PECK', '2006-02-15 11:34:33'\)/,
|
||||
"--replicate with char index col (bug 911996)"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user