I have something that a slow query log has spit out but not sure what it means. I googled around but found nothing and it does not seem like the log itself gave me anything to go on. It sends no rows and examines nothing. Can someone shine some light on what the following lines from the log might mean?
# Time: 2020-08-01T07:30:06.086234Z
# User@Host: user[user] @ [0.0.0.0] Id: 2348878
# Query_time: 9.379636 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1596267006;
select code from Version where panel = '1254';
I removed the username and IP for obvious reasons. Thank you in advance for any assistance. If I am being dumb, sorry for the noob question.