You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Fix for CONC-543 (hash functions conflict with GnuTLS)
To allow static linking with GnuTLS hash lookup functions are now prefixed with ma_hashtbl_. The files hash.c and hash.h were renamed to ma_hashtbl.c and ma_hashtbl.h
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_string.h>
|
||||
#include <ma_hash.h>
|
||||
//#include <ma_hashtbl.h>
|
||||
#include <mariadb_dyncol.h>
|
||||
#include <mysql.h>
|
||||
|
||||
|
Reference in New Issue
Block a user