diff options
author | bell@sanja.is.com.ua <> | 2005-11-22 10:55:06 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2005-11-22 10:55:06 +0200 |
commit | 471f9ca36496ffdf4ffdd45e0264f4b51c93ec72 (patch) | |
tree | f378250905a88ca9d1db88c4aecfdfb16c62407e /sql/mysql_priv.h | |
parent | 6caa0c849d6d75a2073b85e26087a7e366940d4b (diff) | |
parent | 1aa15c25c72bd1f0ce80c4c8d3debd5423d21c05 (diff) | |
download | mariadb-git-471f9ca36496ffdf4ffdd45e0264f4b51c93ec72.tar.gz |
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 21d7afbd6cb..62e65ea95da 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -549,7 +549,8 @@ int mysql_ha_open(THD *thd, TABLE_LIST *tables, bool reopen= 0); int mysql_ha_close(THD *thd, TABLE_LIST *tables); int 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); +int mysql_ha_flush(THD *thd, TABLE_LIST *tables, uint mode_flags, + bool is_locked); /* mysql_ha_flush mode_flags bits */ #define MYSQL_HA_CLOSE_FINAL 0x00 #define MYSQL_HA_REOPEN_ON_USAGE 0x01 |