diff options
author | unknown <serg@serg.mysql.com> | 2003-01-28 14:36:22 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-01-28 14:36:22 +0100 |
commit | d490b56ed1d309cad0ace21a8542983702750f62 (patch) | |
tree | 440af93c0ae6daf3a1db266aa402a888dc276e30 /sql/mysql_priv.h | |
parent | 3595556335b31d908555da9abaa669d3cfcce1e2 (diff) | |
download | mariadb-git-d490b56ed1d309cad0ace21a8542983702750f62.tar.gz |
fixed "DROP table_open_in_handler" hang
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 5a957514d28..f858251db94 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -501,6 +501,7 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables, /* sql_handler.cc */ int mysql_ha_open(THD *thd, TABLE_LIST *tables); int mysql_ha_close(THD *thd, TABLE_LIST *tables, bool dont_send_ok=0); +int mysql_ha_closeall(THD *thd, TABLE_LIST *tables, bool dont_send_ok=0); int mysql_ha_read(THD *, TABLE_LIST *,enum enum_ha_read_modes,char *, List<Item> *,enum ha_rkey_function,Item *,ha_rows,ha_rows); |