diff options
author | serg@serg.mysql.com <> | 2003-01-28 14:36:22 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2003-01-28 14:36:22 +0100 |
commit | 4fb3244014418bd76e8cf755275798a166d980d7 (patch) | |
tree | 440af93c0ae6daf3a1db266aa402a888dc276e30 /sql/mysql_priv.h | |
parent | 52e440b9a784289bb1d502e9891c7250bf9b0b47 (diff) | |
download | mariadb-git-4fb3244014418bd76e8cf755275798a166d980d7.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); |