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_auth.h.pp | |
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_auth.h.pp')
-rw-r--r-- | include/mysql/plugin_auth.h.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql/plugin_auth.h.pp b/include/mysql/plugin_auth.h.pp index 41cb7d075c4..40ff9a80634 100644 --- a/include/mysql/plugin_auth.h.pp +++ b/include/mysql/plugin_auth.h.pp @@ -559,7 +559,6 @@ int thd_in_lock_tables(const void* thd); int thd_tablespace_op(const void* thd); long long thd_test_options(const void* thd, long long test_options); int thd_sql_command(const void* thd); -void **thd_ha_data(const void* thd, const struct handlerton *hton); void thd_storage_lock_wait(void* thd, long long value); int thd_tx_isolation(const void* thd); int thd_tx_is_read_only(const void* thd); |