Bug #69928 | "statement/com" event meaning is unclear | ||
---|---|---|---|
Submitted: | 5 Aug 2013 18:10 | Modified: | 11 Oct 2013 14:49 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Marc ALFF | CPU Architecture: | Any |
[5 Aug 2013 18:10]
Todd Farmer
[11 Oct 2013 14:49]
Paul DuBois
Noted in 5.6.15, 5.7.3 changelogs. Several statement instruments in the setup_instruments table are used by the Performance Schema during the early stages of statement classification before the exact statement type is known. These instruments were renamed to more clearly reflect their "abstract" nature: statement/abstract/new_packet (renamed from statement/com/) statement/abstract/Query (renamed from statement/com/Query) statement/abstract/relay_log (renamed from statement/rpl/relay_log) In addition, statistics for abstract instruments are no longer collected in the following tables, because no such instrument is ever used as the final classification for a statement: events_statements_summary_by_thread_by_event_name events_statements_summary_by_account_by_event_name events_statements_summary_by_user_by_event_name events_statements_summary_by_host_by_event_name events_statements_summary_global_by_event_name Applications that refer to the old instrument names must be updated with the new names. For more information about the use of abstract instruments in statement classification, see http://dev.mysql.com/doc/refman/5.7/en/performance-schema-statements-tables.html.