mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
link failure on fulltest (xenial)
depending on build config the error might be hidded, in particular liblz4.so and libjemalloc.so make it to disappear, but with -DWITH_INNODB_LZ4=NO -DWITH_JEMALLOC=NO it reappears.
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#define PTR_SANE(p) ((p) && (char*)(p) >= heap_start && (char*)(p) <= heap_end)
|
#define PTR_SANE(p) ((p) && (char*)(p) >= heap_start && (char*)(p) <= heap_end)
|
||||||
static char *heap_start;
|
static char *heap_start;
|
||||||
extern char *__bss_start;
|
char *__bss_start;
|
||||||
#else
|
#else
|
||||||
#define PTR_SANE(p) (p)
|
#define PTR_SANE(p) (p)
|
||||||
#endif /* __linux */
|
#endif /* __linux */
|
||||||
|
Reference in New Issue
Block a user