MySQL Forums
Forum List  »  Full-Text Search

Re: exact match search without boolean mode
Posted by: Rick James
Date: September 10, 2012 08:39AM

I am unclear on what you are trying to do (beyond 'not use Boolean mode').

SHOW VARIABLES LIKE 'ft%';
SHOW VARIABLES LIKE 'key_buffer_size';
How much RAM do you have?
SHOW TABLE STATUS LIKE 'tab' \G

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: exact match search without boolean mode
2634
September 10, 2012 08:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.