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

column name changd

This commit is contained in:
bell@sanja.is.com.ua
2004-10-12 00:45:52 +03:00
parent 09e9651acc
commit 748d7ce13a
2 changed files with 2 additions and 2 deletions

View File

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