summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/funcs_1/include/show_connection.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/funcs_1/include/show_connection.inc')
-rw-r--r--mysql-test/suite/funcs_1/include/show_connection.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/suite/funcs_1/include/show_connection.inc b/mysql-test/suite/funcs_1/include/show_connection.inc
new file mode 100644
index 00000000..1cc2dd19
--- /dev/null
+++ b/mysql-test/suite/funcs_1/include/show_connection.inc
@@ -0,0 +1,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