diff options
author | bar@gw.udmsearch.izhnet.ru <> | 2002-06-11 17:40:06 +0500 |
---|---|---|
committer | bar@gw.udmsearch.izhnet.ru <> | 2002-06-11 17:40:06 +0500 |
commit | e8571e68bbccac8b01ed11c88dcfce4fdf41a530 (patch) | |
tree | f93ebf4437aaa20015a6e139896c42936bfa7402 /sql/mysql_priv.h | |
parent | 7677ee0545996356e5af867871bdac36d2256591 (diff) | |
download | mariadb-git-e8571e68bbccac8b01ed11c88dcfce4fdf41a530.tar.gz |
New command: SHOW CHARACTER SET [LIKE 'wild']
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 4753435bbfa..268a452095e 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -472,6 +472,7 @@ void mysqld_list_processes(THD *thd,const char *user,bool verbose); int mysqld_show_status(THD *thd); int mysqld_show_variables(THD *thd,const char *wild); int mysqld_show(THD *thd, const char *wild, show_var_st *variables); +int mysqld_show_charsets(THD *thd,const char *wild); /* sql_handler.cc */ int mysql_ha_open(THD *thd, TABLE_LIST *tables); |