Commit 669f4b3b authored by unknown's avatar unknown
parent 70ee358b
...@@ -43,7 +43,7 @@ wait_timeout 28800 ...@@ -43,7 +43,7 @@ wait_timeout 28800
show variables like "this_doesn't_exists%"; show variables like "this_doesn't_exists%";
Variable_name Value Variable_name Value
show table status from test like "this_doesn't_exists%"; 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 Charset Checksum 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 Collation Checksum Create_options Comment
show databases; show databases;
Database Database
mysql mysql
......
...@@ -501,7 +501,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild) ...@@ -501,7 +501,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild)
item->maybe_null=1; item->maybe_null=1;
field_list.push_back(item=new Item_datetime("Check_time")); field_list.push_back(item=new Item_datetime("Check_time"));
item->maybe_null=1; item->maybe_null=1;
field_list.push_back(item=new Item_empty_string("Charset",32)); field_list.push_back(item=new Item_empty_string("Collation",32));
item->maybe_null=1; item->maybe_null=1;
field_list.push_back(item=new Item_int("Checksum",(longlong) 1,21)); field_list.push_back(item=new Item_int("Checksum",(longlong) 1,21));
item->maybe_null=1; item->maybe_null=1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment