Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
fe3d07ca
Commit
fe3d07ca
authored
May 10, 2022
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix plugins.multiauth for AIX
parent
ef781162
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysql-test/suite/plugins/t/multiauth.test
mysql-test/suite/plugins/t/multiauth.test
+2
-1
No files found.
mysql-test/suite/plugins/t/multiauth.test
View file @
fe3d07ca
...
...
@@ -186,7 +186,8 @@ eval $dreplace, mysqltest1;
create
user
mysqltest1
identified
via
ed25519
as
password
(
"good"
);
show
create
user
mysqltest1
;
--
echo
# no plugin = failure
--
replace_regex
/
loaded
:
.*
client_ed25519
.
so
:
cannot
open
shared
object
file
:
No
such
file
or
directory
/
loaded
:
no
such
file
/
/
loaded
:
Cannot
open
.*
client_ed25519
.
so
./
loaded
:
no
such
file
/
/
loaded
:
.*
Could
not
load
module
.*
directory
/
loaded
:
no
such
file
/
# covers Linux (1st re), FreeBSD (2nd), AIX (3rd and 4th)
--
replace_regex
/
loaded
:
.*
client_ed25519
.
so
:
cannot
open
shared
object
file
:
No
such
file
or
directory
/
loaded
:
no
such
file
/
/
loaded
:
Cannot
open
.*
client_ed25519
.
so
./
loaded
:
no
such
file
/
/
loaded
:
.*
Could
not
load
module
.*
client_ed25519
.
so
.
\n
/
loaded
:
no
such
file
/
/
System
error
:
No
such
file
or
directory
//
--
error
1
--
exec
$try_auth
-
u
mysqltest1
-
pgood
--
plugin
-
dir
=
$plugindir
/
no
alter
user
mysqltest1
identified
via
ed25519
as
password
(
"good"
)
OR
mysql_native_password
as
password
(
"works"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment