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
798d1a9d
Commit
798d1a9d
authored
Jan 31, 2019
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade C/C to 3.1
parent
3416e8ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
libmariadb
libmariadb
+1
-1
mysql-test/suite/unit/suite.pm
mysql-test/suite/unit/suite.pm
+2
-0
plugin/auth_ed25519/CMakeLists.txt
plugin/auth_ed25519/CMakeLists.txt
+2
-2
No files found.
libmariadb
@
a4effc46
Subproject commit
34f8887af03d022416dd6593de91d0706e57f46b
Subproject commit
a4effc462ddb80b61ebb559d48b50fa8d6c0ed64
mysql-test/suite/unit/suite.pm
View file @
798d1a9d
...
...
@@ -44,6 +44,8 @@ sub start_test {
my
(
@ctest_list
)
=
`
cd "
$bin
" && ctest
$ctest_vs
--show-only --verbose
`;
return
"
No ctest
"
if
$?
;
$ENV
{
MYSQL_TEST_PLUGINDIR
}
=
$::plugindir
;
my
(
$command
,
%
tests
,
$prefix
);
for
(
@ctest_list
)
{
chomp
;
...
...
plugin/auth_ed25519/CMakeLists.txt
View file @
798d1a9d
...
...
@@ -24,8 +24,8 @@ ENDIF()
MYSQL_ADD_PLUGIN
(
auth_ed25519 server_ed25519.c
${
REF10_SOURCES
}
MODULE_ONLY
)
# client plugin and unit test ed25519-t can use the library
MYSQL_ADD_PLUGIN
(
client_ed25519 client_ed25519.c MODULE_ONLY
CLIENT LINK_LIBRARIES mysys_ssl ref10 COMPONENT ClientPlugins
)
#
MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
#
CLIENT LINK_LIBRARIES mysys_ssl ref10 COMPONENT ClientPlugins)
IF
(
WITH_UNIT_TESTS
)
MY_ADD_TESTS
(
ed25519 LINK_LIBRARIES mysys ref10
)
...
...
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