Skip to content

Commit

Permalink
CONC-644: Build named pipe plugin as static plugin
Browse files Browse the repository at this point in the history
Instead of building named pipe plugin as a dynamic
(external) plugin it can be used now as a static
(compiled in) plugin.
  • Loading branch information
9EOR9 committed May 2, 2023
1 parent 85b7bde commit c2b322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pvio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IF(WIN32)
REGISTER_PLUGIN(TARGET pvio_npipe
TYPE MARIADB_CLIENT_PLUGIN_PVIO
CONFIGURATIONS STATIC DYNAMIC DEFAULT
DEFAULT DYNAMIC
DEFAULT STATIC
SOURCES ${CC_SOURCE_DIR}/plugins/pvio/pvio_npipe.c)

# shared memory
Expand Down

0 comments on commit c2b322d

Please sign in to comment.