Skip to content

Commit 798d1a9

Browse files
committed
upgrade C/C to 3.1
1 parent 3416e8a commit 798d1a9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

libmariadb

mysql-test/suite/unit/suite.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ sub start_test {
4444
my (@ctest_list)= `cd "$bin" && ctest $ctest_vs --show-only --verbose`;
4545
return "No ctest" if $?;
4646

47+
$ENV{MYSQL_TEST_PLUGINDIR}=$::plugindir;
48+
4749
my ($command, %tests, $prefix);
4850
for (@ctest_list) {
4951
chomp;

plugin/auth_ed25519/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ENDIF()
2424
MYSQL_ADD_PLUGIN(auth_ed25519 server_ed25519.c ${REF10_SOURCES} MODULE_ONLY)
2525

2626
# client plugin and unit test ed25519-t can use the library
27-
MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
28-
CLIENT LINK_LIBRARIES mysys_ssl ref10 COMPONENT ClientPlugins)
27+
#MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
28+
# CLIENT LINK_LIBRARIES mysys_ssl ref10 COMPONENT ClientPlugins)
2929

3030
IF(WITH_UNIT_TESTS)
3131
MY_ADD_TESTS(ed25519 LINK_LIBRARIES mysys ref10)

0 commit comments

Comments
 (0)