various 5.7 test and tool compatibility fixes

This commit is contained in:
frank-cizmich
2015-12-24 09:49:17 -03:00
parent 9616c8a415
commit 6433c99713
11 changed files with 343 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ use dm;
CREATE TABLE `main_table-123` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pub_date` date NOT NULL DEFAULT '0000-00-00',
`pub_date` date DEFAULT NULL,
`c` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `pub_date` (`pub_date`)