excluding some mysql queries from the slow query log

i keep close eye on the mysql-slow.log log of queries that take more than 1s to execute. but at the same time i know about few house-keeping queries that are executed few times per day that by design take longer to execute [eg table checksums]. i don’t want those queries to ‘pollute’ the slow query ... Read More

java7, XMLEncoder problems

for the last few days i’ve been looking into java7… it surely seems faster. but also some of my old code broke when run under it.