Files
percona-toolkit/t/lib/samples/datetime.sql

6 lines
146 B
SQL

CREATE TABLE `checksum_test_5` (
`a` datetime NOT NULL,
`b` int(11) default NULL,
PRIMARY KEY (`a`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1