config root man

Current Path : /usr/opt/mysql57/mysql-test/suite/funcs_1/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 : //usr/opt/mysql57/mysql-test/suite/funcs_1/include/show_connection.inc

#### suite/funcs_1/include/show_connection.inc
#
# This file shows the current connection information into the result file
# By using the '... AS "" ' an empty line will separate this in the result.
#
# Usage:
#    Add the following to any *.test file:
#      :
#    --source suite/funcs_1/include/show_connection.inc
#      :

--disable_query_log
SELECT USER() AS "", DATABASE() AS "";
--enable_query_log

Man Man