Comments on: Announcing innotop 1.9.0 http://www.xaprb.com/blog/2012/09/07/announcing-innotop-1-9-0/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Valerie http://www.xaprb.com/blog/2012/09/07/announcing-innotop-1-9-0/#comment-20228 Valerie Mon, 10 Sep 2012 18:18:29 +0000 http://www.xaprb.com/blog/?p=2842#comment-20228 Deal. :) Done:

http://code.google.com/p/innotop/issues/detail?id=71&thanks=71&ts=1347301089

]]>
By: Xaprb http://www.xaprb.com/blog/2012/09/07/announcing-innotop-1-9-0/#comment-20224 Xaprb Mon, 10 Sep 2012 01:13:30 +0000 http://www.xaprb.com/blog/?p=2842#comment-20224 It’s an error that’s actually handled by the program, but DBI is printing to STDERR instead of just throwing an error. It’s irritating and I’m not yet sure the best way to fix it. Previously I just made innotop quit, but another user pointed out that this didn’t close the connections properly, which caused MySQL to print warnings into its connection logs when configured to log more verbosely. Now I’m closing the connections but DBI is complaining that I didn’t destroy all of the statement handles first. This is one of the “features” I have never liked about DBI. Make you a deal: I’ll fix it if you file a bug report :-)

]]>
By: Valerie http://www.xaprb.com/blog/2012/09/07/announcing-innotop-1-9-0/#comment-20220 Valerie Sat, 08 Sep 2012 16:40:49 +0000 http://www.xaprb.com/blog/?p=2842#comment-20220 I really like the “A” option. Thank you.

I am receiving an error when exiting the program that I did not have before. Are you receiving this as well, or is it a problem local to me?

DBI::db=HASH(0x15f1fc8)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /usr/local/bin/innotop line 7653.

]]>