config root man

Current Path : /home/usr.opt/mysql57/mysql-test/include/

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
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/include/count_sessions.inc

# include/count_sessions.inc
#
# SUMMARY
#
#    Stores the number of current sessions in $count_sessions.
#
#
# USAGE
#
#    Please look into include/wait_until_count_sessions.inc
#    for examples of typical usage.
#
#
# EXAMPLE
#    backup.test, grant3.test
#
#
# Created: 2009-01-14 mleich
#

let $count_sessions= query_get_value(SHOW GLOBAL STATUS LIKE 'Threads_connected', Value, 1);

Man Man