mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-20857: perf schema conflict name filename_hash
filename_hash is a function from libiberty.a from the system but also an expored name in the perf schema static library. We'll use a different name.
This commit is contained in:
@@ -698,7 +698,7 @@ void update_socket_derived_flags();
|
||||
/** Update derived flags for all instruments. */
|
||||
void update_instruments_derived_flags();
|
||||
|
||||
extern LF_HASH filename_hash;
|
||||
extern LF_HASH pfs_filename_hash;
|
||||
|
||||
/** @} */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user