summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_auth_named_pipe.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_auth_named_pipe.inc')
-rw-r--r--mysql-test/include/have_auth_named_pipe.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/include/have_auth_named_pipe.inc b/mysql-test/include/have_auth_named_pipe.inc
new file mode 100644
index 00000000000..4f4bf37f11e
--- /dev/null
+++ b/mysql-test/include/have_auth_named_pipe.inc
@@ -0,0 +1,13 @@
+--source include/not_embedded.inc
+
+if (!$AUTH_NAMED_PIPE_SO) {
+ skip No auth_named_pipe plugin;
+}
+
+if (!$USERNAME) {
+ skip USER variable is undefined;
+}
+
+if (`SELECT count(*) <> 0 FROM mysql.user WHERE user = '$USERNAME'`) {
+ skip %USERNAME%=$USER which exists in mysql.user;
+}