mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 02:05:23 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
6
t/pt-table-sync/samples/issue_634.sql
Normal file
6
t/pt-table-sync/samples/issue_634.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP DATABASE IF EXISTS issue_634;
|
||||
CREATE DATABASE issue_634;
|
||||
USE issue_634;
|
||||
CREATE TABLE t (
|
||||
i int primary key
|
||||
);
|
Reference in New Issue
Block a user