mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Add failing tests for bug 918056.
This commit is contained in:
6
t/pt-table-sync/samples/bug-918056-ddl.sql
Normal file
6
t/pt-table-sync/samples/bug-918056-ddl.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `history` (
|
||||
`uid` int(11) NOT NULL DEFAULT '0',
|
||||
`nid` int(11) NOT NULL DEFAULT '0',
|
||||
`timestamp` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`uid`,`nid`)
|
||||
) ENGINE=InnoDB;
|
Reference in New Issue
Block a user