summaryrefslogtreecommitdiff
path: root/storage/heap/ha_heap.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-06-14 11:46:37 +0200
committerSergei Golubchik <serg@mariadb.org>2020-07-04 01:44:46 +0200
commitd2b852b4ca326f2a47ba1f51cd27e04a9954aa0d (patch)
treede9e9d52dc03343a17150c008fe8797dc213dbe6 /storage/heap/ha_heap.cc
parent7d75e4326170ab3b22de0365b4b093ea6bc24285 (diff)
downloadmariadb-git-d2b852b4ca326f2a47ba1f51cd27e04a9954aa0d.tar.gz
cleanup, less #ifdef's
Diffstat (limited to 'storage/heap/ha_heap.cc')
-rw-r--r--storage/heap/ha_heap.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/heap/ha_heap.cc b/storage/heap/ha_heap.cc
index ee2c9f0d916..f195264ce7f 100644
--- a/storage/heap/ha_heap.cc
+++ b/storage/heap/ha_heap.cc
@@ -44,9 +44,7 @@ int heap_init(void *p)
{
handlerton *heap_hton;
-#ifdef HAVE_PSI_INTERFACE
init_heap_psi_keys();
-#endif
heap_hton= (handlerton *)p;
heap_hton->db_type= DB_TYPE_HEAP;