diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2019-05-16 15:18:15 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-05-21 17:55:09 +0400 |
commit | 5e139437a5c624b3bb55fb269fa91b63b7b65deb (patch) | |
tree | cdd1d982844f42e3877bf9d5b83ed7d6577d4749 /include/mysql/plugin.h | |
parent | ec926b0f4062b65238c901c2529f7f85047ba096 (diff) | |
download | mariadb-git-5e139437a5c624b3bb55fb269fa91b63b7b65deb.tar.gz |
Adiue thd_ha_data(), you've broke many hearts
Part of MDEV-19515 - Improve connect speed
Diffstat (limited to 'include/mysql/plugin.h')
-rw-r--r-- | include/mysql/plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |