FireStats error : Database error: DELAYED option not supported for table 'wp_firestats_pending_data'
MySQL Version: 10.11.18-MariaDB-cll-lve
SQL Query:
INSERT DELAYED INTO `wp_firestats_pending_data` (
`timestamp`,
`site_id` ,
`url` ,
`referrer` ,
`useragent` ,
`ip`,
`type`
)
VALUES (
NOW(),
'1',
'http://simplesolar.us/tested-components/',
'',
'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'216.73.217.18',
NULL
)