Skip to content

Commit

Permalink
Fix for CONC-383: client plugins can't be loaded due to missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Jun 14, 2019
1 parent d4a0a38 commit 5dd2ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mariadb_version.h.in
Expand Up @@ -24,7 +24,7 @@
#define MARIADB_PACKAGE_VERSION_ID @MARIADB_PACKAGE_VERSION_ID@
#define MARIADB_SYSTEM_TYPE "@CMAKE_SYSTEM_NAME@"
#define MARIADB_MACHINE_TYPE "@CMAKE_SYSTEM_PROCESSOR@"
#define MARIADB_PLUGINDIR "@PLUGINDIR@"
#define MARIADB_PLUGINDIR "@CMAKE_INSTALL_PREFIX@/@PLUGINDIR@"

/* mysqld compile time options */
#ifndef MYSQL_CHARSET
Expand Down

0 comments on commit 5dd2ba5

Please sign in to comment.