mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
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
|