mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 11:30:24 +00:00
PT-1667 Added replication channels support to pt-archiver
This commit is contained in:
6
t/pt-archiver/samples/channels.sql
Normal file
6
t/pt-archiver/samples/channels.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP DATABASE IF EXISTS test;
|
||||
CREATE DATABASE test;
|
||||
CREATE TABLE test.t1 (
|
||||
id INT PRIMARY KEY AUTO_INCREMENT,
|
||||
f2 VARCHAR(25)
|
||||
) Engine=InnoDB;
|
Reference in New Issue
Block a user