@@ -18,28 +18,32 @@ SOURCE ./before_setup.sql
1818SOURCE ./ views/ version .sql
1919
2020SOURCE ./ tables/ sys_config .sql
21- SOURCE ./ tables/ sys_config_data_10 .sql -- ported
21+ -- ported
22+ SOURCE ./ tables/ sys_config_data_10 .sql
2223
2324SOURCE ./ triggers/ sys_config_insert_set_user .sql
2425SOURCE ./ triggers/ sys_config_update_set_user .sql
2526
2627SOURCE ./ functions/ extract_schema_from_file_name .sql
2728SOURCE ./ functions/ extract_table_from_file_name .sql
2829SOURCE ./ functions/ format_bytes .sql
29- SOURCE ./ functions/ format_path .sql -- not possible to port b/c P_S is too old
30+ -- not possible to port b/c P_S is too old
31+ SOURCE ./ functions/ format_path .sql
3032SOURCE ./ functions/ format_statement .sql
3133SOURCE ./ functions/ format_time .sql
3234SOURCE ./ functions/ list_add .sql
3335SOURCE ./ functions/ list_drop .sql
34- SOURCE ./ functions/ ps_is_account_enabled .sql -- not possible to port b/c P_S is too old
36+ -- not possible to port b/c P_S is too old
37+ SOURCE ./ functions/ ps_is_account_enabled .sql
3538SOURCE ./ functions/ ps_is_consumer_enabled .sql
3639SOURCE ./ functions/ ps_is_instrument_default_enabled .sql
3740SOURCE ./ functions/ ps_is_instrument_default_timed .sql
3841SOURCE ./ functions/ ps_is_thread_instrumented .sql
3942SOURCE ./ functions/ ps_thread_id .sql
4043SOURCE ./ functions/ ps_thread_account .sql
4144SOURCE ./ functions/ ps_thread_stack .sql
42- -- SOURCE ./functions/ps_thread_trx_info.sql -- to port! Error which I do not understand
45+ -- to port! Error which I do not understand
46+ -- SOURCE ./functions/ps_thread_trx_info.sql
4347SOURCE ./ functions/ quote_identifier .sql
4448SOURCE ./ functions/ sys_get_config .sql
4549SOURCE ./ functions/ version_major .sql
@@ -57,12 +61,17 @@ SOURCE ./views/i_s/schema_auto_increment_columns.sql
5761SOURCE ./ views/ i_s/ x_schema_flattened_keys .sql
5862SOURCE ./ views/ i_s/ schema_redundant_indexes .sql
5963
60- SOURCE ./ views/ p_s/ ps_check_lost_instrumentation .sql -- not possible to port b/c P_S is too old
61- SOURCE ./ views/ p_s/ processlist .sql -- See also further down!
62- SOURCE ./ views/ p_s/ x_processlist .sql -- See also further down!
64+ -- not possible to port b/c P_S is too old
65+ SOURCE ./ views/ p_s/ ps_check_lost_instrumentation .sql
66+ -- See also further down!
67+ SOURCE ./ views/ p_s/ processlist .sql
68+ -- See also further down!
69+ SOURCE ./ views/ p_s/ x_processlist .sql
6370
64- SOURCE ./ views/ p_s/ sessions .sql -- See also further down!
65- SOURCE ./ views/ p_s/ x_sessions .sql -- See also further down!
71+ -- See also further down!
72+ SOURCE ./ views/ p_s/ sessions .sql
73+ -- See also further down!
74+ SOURCE ./ views/ p_s/ x_sessions .sql
6675
6776SOURCE ./ views/ p_s/ latest_file_io .sql
6877SOURCE ./ views/ p_s/ x_latest_file_io .sql
@@ -77,16 +86,26 @@ SOURCE ./views/p_s/x_io_global_by_wait_by_bytes.sql
7786SOURCE ./ views/ p_s/ io_global_by_wait_by_latency .sql
7887SOURCE ./ views/ p_s/ x_io_global_by_wait_by_latency .sql
7988
80- -- SOURCE ./views/p_s/memory_by_user_by_current_bytes.sql -- not possible to port b/c P_S is too old
81- -- SOURCE ./views/p_s/x_memory_by_user_by_current_bytes.sql -- not possible to port b/c P_S is too old
82- -- SOURCE ./views/p_s/memory_by_host_by_current_bytes.sql -- not possible to port b/c P_S is too old
83- -- SOURCE ./views/p_s/x_memory_by_host_by_current_bytes.sql -- not possible to port b/c P_S is too old
84- -- SOURCE ./views/p_s/memory_by_thread_by_current_bytes.sql -- not possible to port b/c P_S is too old
85- -- SOURCE ./views/p_s/x_memory_by_thread_by_current_bytes.sql -- not possible to port b/c P_S is too old
86- -- SOURCE ./views/p_s/memory_global_by_current_bytes.sql -- not possible to port b/c P_S is too old
87- -- SOURCE ./views/p_s/x_memory_global_by_current_bytes.sql -- not possible to port b/c P_S is too old
88- -- SOURCE ./views/p_s/memory_global_total.sql -- not possible to port b/c P_S is too old
89- -- SOURCE ./views/p_s/x_memory_global_total.sql -- not possible to port b/c P_S is too old
89+ -- not possible to port b/c P_S is too old
90+ -- SOURCE ./views/p_s/memory_by_user_by_current_bytes.sql
91+ -- not possible to port b/c P_S is too old
92+ -- SOURCE ./views/p_s/x_memory_by_user_by_current_bytes.sql
93+ -- not possible to port b/c P_S is too old
94+ -- SOURCE ./views/p_s/memory_by_host_by_current_bytes.sql
95+ -- not possible to port b/c P_S is too old
96+ -- SOURCE ./views/p_s/x_memory_by_host_by_current_bytes.sql
97+ -- not possible to port b/c P_S is too old
98+ -- SOURCE ./views/p_s/memory_by_thread_by_current_bytes.sql
99+ -- not possible to port b/c P_S is too old
100+ -- SOURCE ./views/p_s/x_memory_by_thread_by_current_bytes.sql
101+ -- not possible to port b/c P_S is too old
102+ -- SOURCE ./views/p_s/memory_global_by_current_bytes.sql
103+ -- not possible to port b/c P_S is too old
104+ -- SOURCE ./views/p_s/x_memory_global_by_current_bytes.sql
105+ -- not possible to port b/c P_S is too old
106+ -- SOURCE ./views/p_s/memory_global_total.sql
107+ -- not possible to port b/c P_S is too old
108+ -- SOURCE ./views/p_s/x_memory_global_total.sql
90109
91110SOURCE ./ views/ p_s/ schema_index_statistics .sql
92111SOURCE ./ views/ p_s/ x_schema_index_statistics .sql
@@ -98,8 +117,10 @@ SOURCE ./views/p_s/x_schema_table_statistics_with_buffer.sql
98117SOURCE ./ views/ p_s/ schema_tables_with_full_table_scans .sql
99118SOURCE ./ views/ p_s/ x_schema_tables_with_full_table_scans .sql
100119SOURCE ./ views/ p_s/ schema_unused_indexes .sql
101- -- SOURCE ./views/p_s/schema_table_lock_waits.sql -- not possible to port b/c P_S is too old
102- -- SOURCE ./views/p_s/x_schema_table_lock_waits.sql -- not possible to port b/c P_S is too old
120+ -- not possible to port b/c P_S is too old
121+ -- SOURCE ./views/p_s/schema_table_lock_waits.sql
122+ -- not possible to port b/c P_S is too old
123+ -- SOURCE ./views/p_s/x_schema_table_lock_waits.sql
103124
104125SOURCE ./ views/ p_s/ statement_analysis .sql
105126SOURCE ./ views/ p_s/ x_statement_analysis .sql
@@ -126,8 +147,10 @@ SOURCE ./views/p_s/user_summary_by_statement_latency.sql
126147SOURCE ./ views/ p_s/ x_user_summary_by_statement_latency .sql
127148SOURCE ./ views/ p_s/ user_summary_by_stages .sql
128149SOURCE ./ views/ p_s/ x_user_summary_by_stages .sql
129- SOURCE ./ views/ p_s/ user_summary .sql -- to port! Error which I do not understand
130- SOURCE ./ views/ p_s/ x_user_summary .sql -- to port! Error which I do not understand
150+ -- to port! Error which I do not understand
151+ SOURCE ./ views/ p_s/ user_summary .sql
152+ -- to port! Error which I do not understand
153+ SOURCE ./ views/ p_s/ x_user_summary .sql
131154
132155SOURCE ./ views/ p_s/ host_summary_by_file_io_type .sql
133156SOURCE ./ views/ p_s/ x_host_summary_by_file_io_type .sql
@@ -139,8 +162,10 @@ SOURCE ./views/p_s/host_summary_by_statement_latency.sql
139162SOURCE ./ views/ p_s/ x_host_summary_by_statement_latency .sql
140163SOURCE ./ views/ p_s/ host_summary_by_stages .sql
141164SOURCE ./ views/ p_s/ x_host_summary_by_stages .sql
142- SOURCE ./ views/ p_s/ host_summary .sql -- to port! Error which I do not understand
143- SOURCE ./ views/ p_s/ x_host_summary .sql -- to port! Error which I do not understand
165+ -- to port! Error which I do not understand
166+ SOURCE ./ views/ p_s/ host_summary .sql
167+ -- to port! Error which I do not understand
168+ SOURCE ./ views/ p_s/ x_host_summary .sql
144169
145170SOURCE ./ views/ p_s/ wait_classes_global_by_avg_latency .sql
146171SOURCE ./ views/ p_s/ x_wait_classes_global_by_avg_latency .sql
@@ -153,14 +178,20 @@ SOURCE ./views/p_s/x_waits_by_host_by_latency.sql
153178SOURCE ./ views/ p_s/ waits_global_by_latency .sql
154179SOURCE ./ views/ p_s/ x_waits_global_by_latency .sql
155180
156- SOURCE ./ views/ p_s/ metrics_56 .sql -- not possible to port b/c P_S is too old
181+ -- not possible to port b/c P_S is too old
182+ SOURCE ./ views/ p_s/ metrics_56 .sql
157183
158- -- SOURCE ./views/p_s/processlist_57.sql -- to port! See furhter up!
159- -- SOURCE ./views/p_s/x_processlist_57.sql -- to port! See furhter up!
184+ -- to port! See furhter up!
185+ -- SOURCE ./views/p_s/processlist_57.sql
186+ -- to port! See furhter up!
187+ -- SOURCE ./views/p_s/x_processlist_57.sql
160188
161- -- SOURCE ./views/p_s/sessions.sql -- to port! See furhter up!
162- -- SOURCE ./views/p_s/x_sessions.sql -- to port! See furhter up!
163- -- SOURCE ./views/p_s/session_ssl_status.sql -- not possible to port b/c P_S is too old
189+ -- to port! See furhter up!
190+ -- SOURCE ./views/p_s/sessions.sql
191+ -- to port! See furhter up!
192+ -- SOURCE ./views/p_s/x_sessions.sql
193+ -- not possible to port b/c P_S is too old
194+ -- SOURCE ./views/p_s/session_ssl_status.sql
164195
165196SOURCE ./ procedures/ create_synonym_db .sql
166197SOURCE ./ procedures/ execute_prepared_stmt .sql
@@ -169,7 +200,8 @@ SOURCE ./procedures/diagnostics.sql
169200
170201SOURCE ./ procedures/ ps_statement_avg_latency_histogram .sql
171202SOURCE ./ procedures/ ps_trace_statement_digest .sql
172- SOURCE ./ procedures/ ps_trace_thread .sql -- to port!
203+ -- to port!
204+ SOURCE ./ procedures/ ps_trace_thread .sql
173205
174206SOURCE ./ procedures/ ps_setup_disable_background_threads .sql
175207SOURCE ./ procedures/ ps_setup_disable_consumer .sql
@@ -183,7 +215,8 @@ SOURCE ./procedures/ps_setup_enable_thread.sql
183215
184216SOURCE ./ procedures/ ps_setup_reload_saved .sql
185217SOURCE ./ procedures/ ps_setup_reset_to_default_57_before .sql
186- SOURCE ./ procedures/ ps_setup_reset_to_default .sql -- differrent, to port!
218+ -- differrent, to port!
219+ SOURCE ./ procedures/ ps_setup_reset_to_default .sql
187220SOURCE ./ procedures/ ps_setup_reset_to_default_57_after .sql
188221SOURCE ./ procedures/ ps_setup_save .sql
189222SOURCE ./ procedures/ ps_setup_show_disabled .sql
@@ -196,5 +229,6 @@ SOURCE ./procedures/ps_truncate_all_tables.sql
196229
197230SOURCE ./ procedures/ statement_performance_analyzer .sql
198231SOURCE ./ procedures/ table_exists .sql
232+ SOURCE ./ procedures/ get_optimizer_switches .sql
199233
200234SOURCE ./ after_setup .sql
0 commit comments