1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
Files
mariadb/mysql-test/suite/sysschema/r/fn_ps_thread_id.result
2021-03-18 08:02:48 +01:00

10 lines
273 B
Plaintext

SELECT sys.ps_thread_id(234623462376);
sys.ps_thread_id(234623462376)
NULL
SELECT sys.ps_thread_id(CONNECTION_ID()) = @ps_thread_id;
sys.ps_thread_id(CONNECTION_ID()) = @ps_thread_id
1
SELECT sys.ps_thread_id(NULL) = @ps_thread_id;
sys.ps_thread_id(NULL) = @ps_thread_id
1