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

Two separate commands: SHOW COLLATION and SHOW CHARACTER SET

This commit is contained in:
unknown
2003-03-25 13:38:05 +04:00
parent bbbc2564b8
commit f8b7332cf3
5 changed files with 79 additions and 21 deletions

View File

@ -528,6 +528,7 @@ int mysqld_show_variables(THD *thd,const char *wild);
int mysqld_show(THD *thd, const char *wild, show_var_st *variables,
enum enum_var_type value_type);
int mysqld_show_charsets(THD *thd,const char *wild);
int mysqld_show_collations(THD *thd,const char *wild);
int mysqld_show_table_types(THD *thd);
int mysqld_show_privileges(THD *thd);
int mysqld_show_column_types(THD *thd);