Re: Full text search containing email address
Posted by:
Rick James
Date: March 30, 2014 10:17PM
Do these on each instance:
SHOW CREATE TABLE legal_matter;
SHOW VARIABLES LIKE '%ft%';
and check for differences. In particular, check the table for 'ENGINE'.
> Error Code: 1064. syntax error, unexpected '@', expecting $end
What client are you using? If it is Perl, you may need to escape the @.
> I have no idea if it has anything to do with the different OS versions
It seems unlikely.
5.6.4 introduced:
"The new @ operator allows proximity searches for terms that are near each other in the document."
Do some research on that.
Subject
Views
Written By
Posted
4301
March 29, 2014 04:24AM
Re: Full text search containing email address
2370
March 30, 2014 10:17PM
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.