mariadb/mysql-test/suite/funcs_1/include/show_connection.inc
unknown 630091fed4 copy from test-extra-5.0 to main tree
BitKeeper/etc/ignore:
  Added mysql-test/mysql-test-run-shell to the ignore list
mysql-test/suite/funcs_2/include/check_charset.inc:
  finished files with newline
2007-02-06 19:07:48 +01:00

14 lines
406 B
SQL

#### 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