Add failing tests for bug 918056.

This commit is contained in:
Daniel Nichter
2013-01-23 09:43:41 -07:00
parent c1f284d648
commit dbf2ac477e
6 changed files with 244 additions and 2 deletions

View 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;