Re: Full-Text Search on MERGE Tables

2004-02-27 Thread Egor Egorov
"Lorderon" <[EMAIL PROTECTED]> wrote:
> 
> Is it possible to define MERGE table on several tables with full-text
> indexes?

Yes, but without specification of FULLTEXT index in the MERGE table.

> And to make a select on the MERGE table with MATCH AGAINST?
> 

You can permorm boolean full-text search that can work without FULLTEXT index.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   <___/   www.mysql.com




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



Full-Text Search on MERGE Tables

2004-02-26 Thread Lorderon
Hello All,

Is it possible to define MERGE table on several tables with full-text
indexes?
And to make a select on the MERGE table with MATCH AGAINST?


thanks,
-Lorderon.



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