My Mysql slow query log shows many entries like this:
# Time: 100104 16:32:14
# User@Host: root[root] @ localhost []
# Query_time: 2.929673 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
use mydatabase_production;
SET timestamp=1262651534;
COMMIT;
** Note the absence of any actual query! **
This began within the past day. It's being used by a Rails app. Does anybody know what this is, and how to fix it? Thanks!