Current Path : /usr/opt/mysql57/mysql-test/suite/sysschema/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/suite/sysschema/t/fn_ps_thread_account.test |
-- source include/not_embedded.inc # Tests for sys schema # Verify the sys.ps_thread_account() function perfoms as expected # Passing NULL, or an unknown connection id, should return NULL SELECT sys.ps_thread_account(NULL); SELECT sys.ps_thread_account(234623462376); -- error 1264 SELECT sys.ps_thread_account(-1); # Check result SELECT sys.ps_thread_account(sys.ps_thread_id(NULL));