Skip to content

Commit

Permalink
MDEV-27295 Backport SQL service, introduced by MDEV-19275.
Browse files Browse the repository at this point in the history
ifdef fixed.
  • Loading branch information
Alexey Botchkov committed Nov 5, 2023
1 parent e2c90e3 commit b080cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mariadb_capi_rename.h
Expand Up @@ -22,7 +22,7 @@
#ifndef MARIADB_CAPI_RENAME_INCLUDED
#define MARIADB_CAPI_RENAME_INCLUDED

#if !defined(EMBEDDED_LIBRARY)
#if !defined(EMBEDDED_LIBRARY) && !defined(MYSQL_DYNAMIC_PLUGIN)

#define MARIADB_ADD_PREFIX(_SYMBOL) server_##_SYMBOL
#define mysql_real_connect MARIADB_ADD_PREFIX(mysql_real_connect)
Expand Down

0 comments on commit b080cff

Please sign in to comment.