Hello,

Does this mean a key is not being used?

mysql> explain select vl_ts from view_log where vl_uid='bbbbbb';
+----------+------+---------------+------+---------+------+------+------------+
| table | type | possible_keys | key | key_len | ref | rows | Extra |
+----------+------+---------------+------+---------+------+------+------------+
| view_log | ALL | vluid | NULL | NULL | NULL | 60 | where used |
+----------+------+---------------+------+---------+------+------+------------+


Thanks,
-Jon


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to