Andrew Braithwaite wrote:
Hi,

You're doing a join on 'BoardID' on the tables MSGS and MBOARD.  Is the
BoardID field indexed on the MSGS table too?  If not then that may be your
problem.


MSGS.BoardID is indexed, and the EXPLAIN output I included in the original message shows that it is indeed being used:

| m     | ref  | BoardIndex       | BoardIndex |       4 | b.BoardID |
 277 | Using index |


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

Reply via email to