summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/mariabackup/auth_plugin_win.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/auth_plugin_win.result')
-rw-r--r--mysql-test/suite/mariabackup/auth_plugin_win.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/auth_plugin_win.result b/mysql-test/suite/mariabackup/auth_plugin_win.result
new file mode 100644
index 00000000..caf5d8df
--- /dev/null
+++ b/mysql-test/suite/mariabackup/auth_plugin_win.result
@@ -0,0 +1,5 @@
+INSTALL SONAME 'auth_named_pipe';
+CREATE USER 'USERNAME' IDENTIFIED WITH named_pipe;
+GRANT ALL PRIVILEGES ON *.* to 'USERNAME';
+DROP USER 'USERNAME';
+UNINSTALL SONAME 'auth_named_pipe';