MySQL Forums
Forum List  »  Connector/Python

Re: Monitor a Query then retrieve data using process ID
Posted by: Paul Benson
Date: June 22, 2016 02:53PM

I was looking into monitoring using something like:

SELECT *
FROM information_schema.innodb_trx trx
trx_mysql_thread_id = 33107

wasn't sure if there was a way to get query results using the ID

Options: ReplyQuote


Subject
Written By
Posted
Re: Monitor a Query then retrieve data using process ID
June 22, 2016 02:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.