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

Commit 0024b83

Browse files
committed
Minor formatting
1 parent a3f6b03 commit 0024b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/ps_thread_account.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ CREATE DEFINER='root'@'localhost' FUNCTION ps_thread_account (
6060
READS SQL DATA
6161
BEGIN
6262
RETURN (SELECT IF(
63-
type = "FOREGROUND",
63+
type = 'FOREGROUND',
6464
CONCAT(processlist_user, '@', processlist_host),
6565
type
6666
) AS account

0 commit comments

Comments
 (0)