-
Notifications
You must be signed in to change notification settings - Fork 47
/
ps_helper_56.sql
62 lines (51 loc) · 2.38 KB
/
ps_helper_56.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
SOURCE ./before_setup.sql
SOURCE ./functions/extract_schema_from_file_name.sql
SOURCE ./functions/extract_table_from_file_name.sql
SOURCE ./functions/format_bytes.sql
SOURCE ./functions/format_path.sql
SOURCE ./functions/format_statement.sql
SOURCE ./functions/format_time.sql
SOURCE ./functions/is_account_enabled.sql
SOURCE ./functions/reverse_format_time.sql
SOURCE ./procedures/analyze_statement_digest.sql
SOURCE ./procedures/currently_enabled.sql
SOURCE ./procedures/disable_background_threads.sql
SOURCE ./procedures/disable_current_thread.sql
SOURCE ./procedures/dump_thread_stack.sql
SOURCE ./procedures/enable_background_threads.sql
SOURCE ./procedures/enable_current_thread.sql
SOURCE ./procedures/only_enable.sql
SOURCE ./procedures/reload_saved_config.sql
SOURCE ./procedures/reset_to_default.sql
SOURCE ./procedures/save_current_config.sql
SOURCE ./procedures/truncate_all.sql
SOURCE ./views/i_s/innodb_buffer_stats_by_schema.sql
SOURCE ./views/i_s/innodb_buffer_stats_by_table.sql
SOURCE ./views/i_s/schema_object_overview.sql
SOURCE ./views/p_s/check_lost_instrumentation.sql
SOURCE ./views/p_s/processlist.sql
SOURCE ./views/p_s/latest_file_io.sql
SOURCE ./views/p_s/io_by_thread_by_latency.sql
SOURCE ./views/p_s/io_global_by_file_by_bytes.sql
SOURCE ./views/p_s/io_global_by_file_by_latency.sql
SOURCE ./views/p_s/io_global_by_wait_by_bytes.sql
SOURCE ./views/p_s/io_global_by_wait_by_latency.sql
SOURCE ./views/p_s/schema_index_statistics.sql
SOURCE ./views/p_s/schema_table_statistics.sql
SOURCE ./views/p_s/schema_table_statistics_with_buffer.sql
SOURCE ./views/p_s/schema_tables_with_full_table_scans.sql
SOURCE ./views/p_s/schema_unused_indexes.sql
SOURCE ./views/p_s/statement_analysis.sql
SOURCE ./views/p_s/statements_with_errors_or_warnings.sql
SOURCE ./views/p_s/statements_with_full_table_scans.sql
SOURCE ./views/p_s/statements_with_runtimes_in_95th_percentile.sql
SOURCE ./views/p_s/statements_with_sorting.sql
SOURCE ./views/p_s/statements_with_temp_tables.sql
SOURCE ./views/p_s/user_summary.sql
SOURCE ./views/p_s/user_summary_by_statement_type.sql
SOURCE ./views/p_s/user_summary_by_stages.sql
SOURCE ./views/p_s/wait_classes_global_by_avg_latency.sql
SOURCE ./views/p_s/wait_classes_global_by_latency.sql
SOURCE ./views/p_s/waits_by_user_by_latency.sql
SOURCE ./views/p_s/waits_global_by_latency.sql
SOURCE ./after_setup.sql