Skip to content
/ server Public

Commit c882f9b

Browse files
vaintroubsanja-byelkin
authored andcommitted
MDEV-37527 Client plugins are underlinked
Provide test case
1 parent b505b74 commit c882f9b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

mysql-test/suite/plugins/r/auth_ed25519.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ current_user()
7070
test1@localhost
7171
disconnect con1;
7272
connection default;
73+
# Executing 'mariadb-admin'
74+
mysqld is alive
7375
drop user test1@localhost;
7476
uninstall plugin ed25519;
7577
select ed25519_password("foo");

mysql-test/suite/plugins/t/auth_ed25519.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ select current_user();
5050
disconnect con1;
5151
connection default;
5252

53+
--echo # Executing 'mariadb-admin'
54+
--exec $MYSQLADMIN -u test1 -S $MASTER_MYSOCK -P $MASTER_MYPORT --password=secret ping
55+
5356
drop user test1@localhost;
5457
uninstall plugin ed25519;
5558
error ER_CANT_INITIALIZE_UDF;

0 commit comments

Comments
 (0)