Bugs item #1739356, was opened at 2007-06-18 22:13 Message generated for change (Comment added) made by mlkersten You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1739356&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL/JDBC Group: Clients 1.18 Status: Open Resolution: None Priority: 5 Private: No Submitted By: bendeguz (bendeguz) Assigned to: Fabian (mr-meltdown) Summary: TRACE,PROFILE,DEBUG support for JDBC clients Initial Comment: Dear MonetDB Developers, After my EXPLAIN bug report I have checked the TRACE, PROFILE,DEBUG availability for the JDBC client. The result is the same. Steps to reproduce: 1) Connect the database with mjclient 2) Issue the following queries: debug select count(*) from tables; trace select count(*) from tables; profile select count(*) from tables; Example scanario: monetdb-> debug select count(*) from tables; Error: protocol violation, unexpected line: mdb># mdb.start() monetdb-> trace select count(*) from tables; Error: protocol violation, unexpected line: breakpoint on select count(*) from tables; not set monetdb-> profile select count(*) from tables; Connection warning: mdb Symbol not found monetdb-> Regards, B. ---------------------------------------------------------------------- >Comment By: Martin Kersten (mlkersten) Date: 2007-06-18 22:31 Message: Logged In: YES user_id=490798 Originator: NO Thanks for remarking this. Please use the C-version instead, i.e. mclient More details will follow. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1739356&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
