Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for CONC-498:
Define MYSQL_UNIX_ADDR in mariadb_version.h
  • Loading branch information
9EOR9 committed Sep 13, 2020
1 parent 448514a commit fb4e99f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/mariadb_version.h.in
Expand Up @@ -15,6 +15,9 @@
#define MARIADB_VERSION_ID @MARIADB_VERSION_ID@
#define MARIADB_PORT @MARIADB_PORT@
#define MARIADB_UNIX_ADDR "@MARIADB_UNIX_ADDR@"
#ifndef MYSQL_UNIX_ADDR
#define MYSQL_UNIX_ADDR MARIADB_UNIX_ADDR
#endif

#define MYSQL_CONFIG_NAME "my"
#define MYSQL_VERSION_ID @MARIADB_VERSION_ID@
Expand Down

0 comments on commit fb4e99f

Please sign in to comment.