I am using AWS RDS slow log querys on a mysql database. I have a lot of this in the log:
# Query_time: 0.613015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
use XXXXXXX;
SET timestamp=1567605603;
commit;
Some like this:
# Query_time: 0.575397 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1567605603;
commit;
What this means? A transaction was open but without any DML operations?