mariadb/mysql-test/suite/sysschema/r/fn_ps_thread_account.result
2021-03-18 08:02:48 +01:00

9 lines
269 B
Text

SELECT sys.ps_thread_account(NULL);
sys.ps_thread_account(NULL)
NULL
SELECT sys.ps_thread_account(234623462376);
sys.ps_thread_account(234623462376)
NULL
SELECT sys.ps_thread_account(sys.ps_thread_id(NULL));
sys.ps_thread_account(sys.ps_thread_id(NULL))
root@localhost