summaryrefslogtreecommitdiff
path: root/mysql-test/mariadb-test-run.pl
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2022-05-20 16:32:35 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2022-11-08 14:58:47 +0100
commit125e172a2bdfbf4e8c9700db4a353e67424b1352 (patch)
tree2546b8241c0ebe94f8378253e30b2523386aef93 /mysql-test/mariadb-test-run.pl
parente387b396d1fdd329ef5ff30c9870087ab45ee68c (diff)
downloadmariadb-git-125e172a2bdfbf4e8c9700db4a353e67424b1352.tar.gz
MDEV-26715 Windows/installer - allow passwordless login for root
Allow passwordless login in addition to usual login with password, when creating 'root' user during install. The effect of that change is that "local administrators" group are allowed to connect as root user. This is done via gssapi authentication plugin. Clients that are not aware of gssapi client plugin, can still login with password credentials.
Diffstat (limited to 'mysql-test/mariadb-test-run.pl')
-rwxr-xr-xmysql-test/mariadb-test-run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mariadb-test-run.pl b/mysql-test/mariadb-test-run.pl
index 491779dd613..5d84f73cc58 100755
--- a/mysql-test/mariadb-test-run.pl
+++ b/mysql-test/mariadb-test-run.pl
@@ -1769,7 +1769,8 @@ sub collect_mysqld_features {
and $1 ne "innodb-buffer-page"
and $1 ne "innodb-lock-waits"
and $1 ne "innodb-locks"
- and $1 ne "innodb-trx";
+ and $1 ne "innodb-trx"
+ and $1 ne "gssapi";
next;
}