summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/funcs_1/include/show_connection.inc
blob: 1cc2dd19a8cc24c79557686e9c493b4fbf115abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#### 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