From 23e6fa0d5db30da8506aff40f78650c67d66c7c7 Mon Sep 17 00:00:00 2001 From: "George O. Lorch III" Date: Fri, 10 Aug 2018 15:58:28 -0700 Subject: [PATCH] PS-4733 : Remove unused declaration for tokudb_open_tables - Removed unused declaration that eventually causes compilation problems for 8.0 --- storage/tokudb/hatoku_hton.h | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/tokudb/hatoku_hton.h b/storage/tokudb/hatoku_hton.h index c5b6aab17699..e90af067b00b 100644 --- a/storage/tokudb/hatoku_hton.h +++ b/storage/tokudb/hatoku_hton.h @@ -190,7 +190,6 @@ inline bool tokudb_killed_thd_callback(void* extra, return thd_killed(thd) != 0; } -extern HASH tokudb_open_tables; extern const char* tokudb_hton_name; extern int tokudb_hton_initialized; extern tokudb::thread::rwlock_t tokudb_hton_initialized_lock;