From 44804c667efb0ae40c401c5544b41f87dddce5b7 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Tue, 15 Oct 2024 11:27:42 +0200 Subject: [PATCH] MDEV-18151 pam test result fix Fix result due to the new error message. --- 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'