FireStats error : Database error: DELAYED option not supported for table 'stat_firestats_pending_data'
MySQL Version: 10.5.19-MariaDB-cll-lve-log
SQL Query:
INSERT DELAYED INTO `stat_firestats_pending_data` (
`timestamp`,
`site_id` ,
`url` ,
`referrer` ,
`useragent` ,
`ip`,
`type`
)
VALUES (
NOW(),
'1',
'http://momsdesign.nl/website/index.php/component/mailto/?tmpl=component&link=c4517a734123c0a7f41d67e8af895e19cc6cca2f',
'',
'CCBot/2.0 (https://commoncrawl.org/faq/)',
'34.232.62.64',
NULL
)