From e1e836fc7605969f2dc6efff28a8a9f0aea7d8fe Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 17 Oct 2024 09:59:21 +0200 Subject: [PATCH] update results after the merge --- mysql-test/suite/plugins/r/pam.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/plugins/r/pam.result b/mysql-test/suite/plugins/r/pam.result index b8588916169..5b445a05372 100644 --- a/mysql-test/suite/plugins/r/pam.result +++ b/mysql-test/suite/plugins/r/pam.result @@ -103,7 +103,7 @@ select user(), current_user(), database(); user() current_user() database() pam_test@localhost pam_test@% test set password='foo'; -ERROR HY000: SET PASSWORD is ignored for users authenticating via pam plugin +ERROR HY000: SET PASSWORD is not applicable for users authenticating via pam plugin show create user; CREATE USER for pam_test@% CREATE USER `pam_test`@`%` IDENTIFIED VIA pam USING 'mariadb_mtr'