1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

New command: SHOW CHARACTER SET [LIKE 'wild']

This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-06-11 17:40:06 +05:00
parent 7677ee0545
commit e8571e68bb
5 changed files with 45 additions and 1 deletions

View File

@ -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);