summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_password_validation.h.pp
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2019-05-16 15:18:15 +0400
committerSergey Vojtovich <svoj@mariadb.org>2019-05-21 17:55:09 +0400
commit5e139437a5c624b3bb55fb269fa91b63b7b65deb (patch)
treecdd1d982844f42e3877bf9d5b83ed7d6577d4749 /include/mysql/plugin_password_validation.h.pp
parentec926b0f4062b65238c901c2529f7f85047ba096 (diff)
downloadmariadb-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_password_validation.h.pp')
-rw-r--r--include/mysql/plugin_password_validation.h.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql/plugin_password_validation.h.pp b/include/mysql/plugin_password_validation.h.pp
index 2f9d2299c1f..d9122302c4e 100644
--- a/include/mysql/plugin_password_validation.h.pp
+++ b/include/mysql/plugin_password_validation.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);