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=17d00c85e3449fb88348e4939219c56d72cee352',
'',
'CCBot/2.0 (https://commoncrawl.org/faq/)',
'34.229.131.158',
NULL
)