diff options
author | unknown <tsmith@ramayana.hindu.god> | 2007-08-16 10:56:09 -0600 |
---|---|---|
committer | unknown <tsmith@ramayana.hindu.god> | 2007-08-16 10:56:09 -0600 |
commit | 163420d2d795bc22c3939632518a18523429544e (patch) | |
tree | 249ed176b1f5ba71552407433ac6bf3cce67d676 /sql/mysql_priv.h | |
parent | 05dd9e4987bd2ad93a40f14ace4351291308bd5a (diff) | |
download | mariadb-git-163420d2d795bc22c3939632518a18523429544e.tar.gz |
Bug #29474: 21587 Regression Ever increasing open tables/fd when using HANDLER READ + DELETE
Revert the fix for bug 21587. That bug will be re-opened, and a new
fix must be created.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index ca6aa8ecab0..44eb5590a28 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -995,7 +995,6 @@ bool mysql_ha_read(THD *, TABLE_LIST *,enum enum_ha_read_modes,char *, List<Item> *,enum ha_rkey_function,Item *,ha_rows,ha_rows); int mysql_ha_flush(THD *thd, TABLE_LIST *tables, uint mode_flags, bool is_locked); -void mysql_ha_mark_tables_for_reopen(THD *thd, TABLE *table); /* mysql_ha_flush mode_flags bits */ #define MYSQL_HA_CLOSE_FINAL 0x00 #define MYSQL_HA_REOPEN_ON_USAGE 0x01 |