MySQL sys schema
Posted by: SIBIN A
Date: April 07, 2017 12:30AM

Like Processlist lists, all the queries executed on a server and similarly Performance_schema also stores all the queries executed on the server in the 'events_statements_history_long' table.

Does sys schema expose or fetch all the statements executed on the server? If yes, then how can I fetch all the queries. Does it expose extra info apart from that displayed by performance_schema?

Options: ReplyQuote


Subject
Written By
Posted
MySQL sys schema
April 07, 2017 12:30AM
July 06, 2017 10:11AM


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.