Commit 08f3c651 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

sql_show.cc FULLEXT comment in SHOW KEYS

parent 0c94c1de
...@@ -603,7 +603,7 @@ mysqld_show_keys(THD *thd, TABLE_LIST *table_list) ...@@ -603,7 +603,7 @@ mysqld_show_keys(THD *thd, TABLE_LIST *table_list)
else else
net_store_null(packet); net_store_null(packet);
net_store_null(packet); // No pack_information yet net_store_null(packet); // No pack_information yet
net_store_null(packet); // No comments yet net_store_data(packet,key_info->flags & HA_FULLTEXT ? "FULLTEXT":"");
if (my_net_write(&thd->net,(char*) packet->ptr(),packet->length())) if (my_net_write(&thd->net,(char*) packet->ptr(),packet->length()))
DBUG_RETURN(1); /* purecov: inspected */ DBUG_RETURN(1); /* purecov: inspected */
} }
......
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