Skip to content

Commit 26aef64

Browse files
author
Bogdan Degtyariov
committed
Ignore new DLLs bundled with MySQL Server 9.0
Change-Id: I1f67654386adb8b4601c0e9a6fa07c41fd4a0fae
1 parent dce8d1f commit 26aef64

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

jdbc/CMakeLists.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -494,18 +494,12 @@ set(IGNORED_LIBS
494494
rest_api rest_connection_pool rest_metadata_cache rest_router rest_routing
495495
harness-library mysqlharness_stdx mysqlharness_tls
496496
router_openssl router_protobuf routing
497-
mysqlrouter_mysqlxmessages
498-
mysqlrouter_connection_pool
499-
mysqlrouter_http
500-
mysqlrouter_http_auth_backend
501-
mysqlrouter_http_auth_realm
502-
mysqlrouter_io_component
503-
mysqlrouter_lib
504-
mysqlrouter_metadata_cache
505-
mysqlrouter_routing
506497
# New DLLs added in .33
507498
destination_status
508-
mysqlrouter_destination_status
499+
# Ignore all mysqlrouter_* DLLs
500+
mysqlrouter_
501+
# New DLLs added in 9.0.0
502+
mysqlharness
509503
)
510504

511505

0 commit comments

Comments
 (0)