mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Fixes for table-checksum
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
DROP DATABASE IF EXISTS my_binary_database;
|
||||
CREATE DATABASE my_binary_database CHARSET=binary;
|
||||
USE my_binary_database;
|
||||
|
||||
CREATE TABLE `sentinel` (
|
||||
`id` int(11) NOT NULL,
|
||||
`ping` varchar(64) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
INSERT INTO sentinel VALUES(1, '231f9da77ba0bf7e517b790334433cd3');
|
||||
|
Reference in New Issue
Block a user