PHP Code:
4 10:12:38 :: ChildLoop: AsyncSQL: query failed: DELAYED option not supported for table 'money_log' (query: INSERT DELAYED INTO money_log VALUES (NOW(), 8, 71118, 10) errno: 1616)
PHP Code:
DROP TABLE IF EXISTS `money_log`;
CREATE TABLE `money_log` (
`VALUES` int(11) DEFAULT NULL,
`DELAYED` int(11) DEFAULT NULL,
`time` time DEFAULT NULL,
`vnum` int(11) DEFAULT '0',
`pid` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;






