Skip to content

Commit

Permalink
fix password_reuse_check plugin to link in embedded
Browse files Browse the repository at this point in the history
it uses C client API, so needs RECOMPILE_FOR_EMBEDDED
  • Loading branch information
vuvova committed Nov 24, 2022
1 parent 22ab79c commit d43153e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/password_reuse_check/CMakeLists.txt
@@ -1,2 +1,3 @@

MYSQL_ADD_PLUGIN(password_reuse_check password_reuse_check.c)
MYSQL_ADD_PLUGIN(password_reuse_check password_reuse_check.c
RECOMPILE_FOR_EMBEDDED)

0 comments on commit d43153e

Please sign in to comment.