mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 13:25:01 +00:00
Test error diffs.
This commit is contained in:
5
t/pt-upgrade/samples/005/host2.sql
Normal file
5
t/pt-upgrade/samples/005/host2.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
USE test;
|
||||
CREATE TABLE t (
|
||||
host2_col INT
|
||||
);
|
||||
INSERT INTO t VALUES (1);
|
Reference in New Issue
Block a user