From 5e139437a5c624b3bb55fb269fa91b63b7b65deb Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Thu, 16 May 2019 15:18:15 +0400 Subject: Adiue thd_ha_data(), you've broke many hearts Part of MDEV-19515 - Improve connect speed --- include/mysql/plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mysql/plugin.h') diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h index 02a87c6db71..0705ad84a9b 100644 --- a/include/mysql/plugin.h +++ b/include/mysql/plugin.h @@ -645,7 +645,6 @@ int thd_in_lock_tables(const MYSQL_THD thd); int thd_tablespace_op(const MYSQL_THD thd); long long thd_test_options(const MYSQL_THD thd, long long test_options); int thd_sql_command(const MYSQL_THD thd); -void **thd_ha_data(const MYSQL_THD thd, const struct handlerton *hton); void thd_storage_lock_wait(MYSQL_THD thd, long long value); int thd_tx_isolation(const MYSQL_THD thd); int thd_tx_is_read_only(const MYSQL_THD thd); -- cgit v1.2.1