mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
more wl#2936 fixes: removed implicit ha_thd() calls (too error-prone),
fixed an assert crash
This commit is contained in:
@ -651,6 +651,7 @@ long long thd_test_options(const MYSQL_THD thd, long long test_options);
|
||||
int thd_sql_command(const MYSQL_THD thd);
|
||||
const char *thd_proc_info(MYSQL_THD thd, const char *info);
|
||||
void **thd_ha_data(const MYSQL_THD thd, const struct handlerton *hton);
|
||||
int thd_tx_isolation(const MYSQL_THD thd);
|
||||
char *thd_security_context(MYSQL_THD thd, char *buffer, unsigned int length,
|
||||
unsigned int max_query_len);
|
||||
|
||||
|
Reference in New Issue
Block a user