CREATE TABLE `test_percona` ( `id` varchar(64) NOT NULL, `counts` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1