We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce8d1f commit 26aef64Copy full SHA for 26aef64
jdbc/CMakeLists.txt
@@ -494,18 +494,12 @@ set(IGNORED_LIBS
494
rest_api rest_connection_pool rest_metadata_cache rest_router rest_routing
495
harness-library mysqlharness_stdx mysqlharness_tls
496
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
506
# New DLLs added in .33
507
destination_status
508
- mysqlrouter_destination_status
+ # Ignore all mysqlrouter_* DLLs
+ mysqlrouter_
+ # New DLLs added in 9.0.0
+ mysqlharness
509
)
510
511
0 commit comments