aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb104-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mariadb104-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc')
-rw-r--r--databases/mariadb104-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/mariadb104-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc b/databases/mariadb104-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc
deleted file mode 100644
index c6eb23c5a525..000000000000
--- a/databases/mariadb104-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix build error
-
---- storage/tokudb/PerconaFT/portability/memory.cc.orig 2017-05-14 23:13:21 UTC
-+++ storage/tokudb/PerconaFT/portability/memory.cc
-@@ -42,11 +42,6 @@ Copyright (c) 2006, 2015, Percona and/or
- #include <string.h>
- #include <stdio.h>
- #include <stdlib.h>
--#if defined(HAVE_MALLOC_H)
--# include <malloc.h>
--#elif defined(HAVE_SYS_MALLOC_H)
--# include <sys/malloc.h>
--#endif
- #include <dlfcn.h>
- #include <toku_race_tools.h>
- #include "memory.h"