1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

Fix compilation error if MYSQL_SERVER is defined

This commit is contained in:
Vladislav Vaintroub
2016-06-29 18:02:17 +00:00
parent 45a635dead
commit 95101b9c87

View File

@@ -839,10 +839,9 @@ struct st_mariadb_methods {
#define HAVE_MYSQL_REAL_CONNECT
#ifndef MYSQL_SERVER
#ifdef __cplusplus
}
#endif
#endif
#endif