diff options
author | unknown <serg@serg.mysql.com> | 2003-01-28 14:37:12 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-01-28 14:37:12 +0100 |
commit | a29d85072d7f6cd45586e0931affd053a1db94bd (patch) | |
tree | 1b808d58d99cba031cd281e3a0505c620a9bc321 /sql/mysql_priv.h | |
parent | 2d9a417d56f03f1af44649a0c3f5d757f717fffc (diff) | |
parent | d490b56ed1d309cad0ace21a8542983702750f62 (diff) | |
download | mariadb-git-a29d85072d7f6cd45586e0931affd053a1db94bd.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
sql/mysql_priv.h:
Auto merged
sql/sql_table.cc:
Auto merged
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); |