mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
15 lines
406 B
PHP
15 lines
406 B
PHP
|
#### 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
|