Commit 15ccd961 authored by unknown's avatar unknown

column name changd

parent 65ed6936
......@@ -139,7 +139,7 @@ v4
v5
v6
show full tables;
Tables_in_test table_type
Tables_in_test Table_type
t1 BASE TABLE
v1 VIEW
v2 VIEW
......
......@@ -160,7 +160,7 @@ int mysqld_show_tables(THD *thd, const char *db, const char *wild,
len= FN_LEN - len;
field_list.push_back(field);
if (show_type)
field_list.push_back(new Item_empty_string("table_type", 10));
field_list.push_back(new Item_empty_string("Table_type", 10));
if (protocol->send_fields(&field_list,
Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF))
DBUG_RETURN(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