mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
sql_show.cc FULLEXT comment in SHOW KEYS
sql/sql_show.cc: FULLEXT comment in SHOW KEYS
This commit is contained in:
@ -603,7 +603,7 @@ mysqld_show_keys(THD *thd, TABLE_LIST *table_list)
|
||||
else
|
||||
net_store_null(packet);
|
||||
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()))
|
||||
DBUG_RETURN(1); /* purecov: inspected */
|
||||
}
|
||||
|
Reference in New Issue
Block a user