diff options
author | serg@serg.mysql.com <> | 2003-01-28 14:37:12 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2003-01-28 14:37:12 +0100 |
commit | 9199252c22cc091b24b538e3a0b9fa5a96762a7f (patch) | |
tree | 1b808d58d99cba031cd281e3a0505c620a9bc321 /sql/mysql_priv.h | |
parent | 279f43a198d890689b3343ad6618b9340bdf0b64 (diff) | |
parent | 4fb3244014418bd76e8cf755275798a166d980d7 (diff) | |
download | mariadb-git-9199252c22cc091b24b538e3a0b9fa5a96762a7f.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
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 5d8afbc6149..fa90ab98022 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -502,6 +502,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); |