use extra info from server in client (ex. no_index_used)

Ronald Klop <[email protected]> Thu, 9 Jul 2009 12:24:53 +0200 (CEST)
Newsgroups gmane.comp.db.mysql.java
Message-ID <1331411943.28080.1247135093863.JavaMail.tomcat@localhost>
Hi,

According to this blog http://www.mysqlperformanceblog.com/2009/07/01/gathering-queries-from-a-server-with-maatkit-and-tcpdump/ mysql sends information about NO_INDEX_USED to the client. Is it possible to retreive this information from the JDBC client?

Ronald.