At 10:10 +0200 11/15/02, r.moldovan@stripped wrote:
>Hi all,
>
>I'm working on design step for a new application and I'm interested about
>fulltext indexes. I need a safe transaction tables also.
>
>
>Does Mysql support this or is a feature?
>
>In need a SOLUTION for a fulltext search on the InnoDB table.
>
>Advices or alternative solutions on this topic are welcome.
>
>
>P.S. I have to take this decision very fast.
>Because I don't have time to search the mail list for this decision I need
>quick and short well explanation.
FULLTEXT is supported for MyISAM tables only.
MyISAM tables are not transaction-safe.