Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit cd0a912

Browse files
committed
Prefix function call with ps_helper
1 parent d64ccbe commit cd0a912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/p_s/statements_with_temp_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
DROP VIEW IF EXISTS statements_with_temp_tables;
2727

2828
CREATE SQL SECURITY INVOKER VIEW statements_with_temp_tables AS
29-
SELECT format_statement(DIGEST_TEXT) AS query,
29+
SELECT ps_helper.format_statement(DIGEST_TEXT) AS query,
3030
COUNT_STAR AS exec_count,
3131
SUM_CREATED_TMP_TABLES AS memory_tmp_tables,
3232
SUM_CREATED_TMP_DISK_TABLES AS disk_tmp_tables,

0 commit comments

Comments
 (0)