Periodic server console error messages

1
In server log and console:

Code: Select all

WARN 2018-05-07 09:22:18.860 {} <<Thread>> [87437] DBI::processQuotedUpdateQuery(0 ms) DELETE FROM nyu_online_players [T:DBIPrimary:0x61E0]
WARN 2018-05-07 09:22:18.860 {} <<Thread>> [87438] DBI::processQuotedUpdateQuery(0 ms) INSERT INTO nyu_online_players (CharacterID) VALUES ; [T:DBIPrimary:0x61E0]
ERRR 2018-05-07 09:22:18.860 {} <<Thread>> [87438] DatabaseInterface::processQuotedUpdateQuery[22] query error: 1064 / You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
SQL: INSERT INTO nyu_online_players (CharacterID) VALUES ; [T:DBIPrimary:0x61E0]
ERRR 2018-05-07 09:22:18.860 {} <<Thread>> [87438] DB error #1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1. Query: <unknown> [T:DBIPrimary:0x61E0]
ERRR 2018-05-07 09:22:18.860 {} <<Thread>> [87438] DBI can't process event. Error: 1064 [T:DBIPrimary:0x61E0]

Re: Periodic server console error messages

2
This sometimes happens when no player is on the server, right? Or when somebody is online, but not in the world yet, i.e. just idling in the character selection or in loading screen.
It's not harmful, but I will get rid of these error messages in next TTmod update, which comes with the Livemap 2.6 within a week or two.
cron