upgrade C/C to 3.1

This commit is contained in:
Sergei Golubchik 2019-01-31 22:02:12 +01:00
parent 3416e8ac9a
commit 798d1a9ddf
3 changed files with 5 additions and 3 deletions
libmariadb
mysql-test/suite/unit
plugin/auth_ed25519

@ -1 +1 @@
Subproject commit 34f8887af03d022416dd6593de91d0706e57f46b
Subproject commit a4effc462ddb80b61ebb559d48b50fa8d6c0ed64

View file

@ -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;

View file

@ -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)