diff options
author | bar@bar.mysql.r18.ru <> | 2002-10-01 13:54:59 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2002-10-01 13:54:59 +0500 |
commit | d1d725c5a15edc476f5fa41def64eb9f9a55b68d (patch) | |
tree | cd126eec3b035952d2cc6c499f170c8f2867ef05 /mysql-test | |
parent | 43a506c0ced0e6ea101d3ab8b4b423ce3fa327d0 (diff) | |
download | mariadb-git-d1d725c5a15edc476f5fa41def64eb9f9a55b68d.tar.gz |
SHOW TABLE STATUS now displays table charset as well
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/show_check.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 40103847a93..462abb29979 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -43,7 +43,7 @@ wait_timeout 28800 show variables like "this_doesn't_exists%"; Variable_name Value show table status from test like "this_doesn't_exists%"; -Name Type Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Create_options Comment +Name Type Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Charset Create_options Comment show databases; Database mysql |