Re: [Maria-discuss] Full text search in MariaDB

2010-08-03 Thread Jeremy Zawodny
On Mon, Aug 2, 2010 at 9:27 PM, Arjen Lentz wrote: > Hi Monty > > Real world feedback: almost all clients we have that use FULLTEXT need to > not use it, because > - they need the tables to be InnoDB for transactional/consistency reasons; > since Aria is not transactional it's not an option. >

Re: [Maria-discuss] Full text search in MariaDB

2010-08-03 Thread Arjen Lentz
Hi Monty On 04/08/2010, at 8:39 AM, Michael Widenius wrote: Arjen> Real world feedback: almost all clients we have that use FULLTEXT need Arjen> to not use it, because Arjen> - they need the tables to be InnoDB for transactional/ consistency Arjen> reasons; since Aria is not transaction

Re: [Maria-discuss] Full text search in MariaDB

2010-08-03 Thread Michael Widenius
Hi! > "Arjen" == Arjen Lentz writes: Arjen> Real world feedback: almost all clients we have that use FULLTEXT need Arjen> to not use it, because Arjen> - they need the tables to be InnoDB for transactional/consistency Arjen> reasons; since Aria is not transactional it's not an optio

Re: [Maria-discuss] New error code

2010-08-03 Thread Michael Widenius
Hi! > "zabivator" == zabivator writes: zabivator> Hi people, zabivator> I solve trouble from previous letter by insert fictive errors. zabivator> Now i have one more trouble - should add new error message to 5.1, bug zabivator> i should respect forward compatible with mysql 5.5 zabivator

Re: [Maria-discuss] Full text search in MariaDB

2010-08-03 Thread Joshua Partogi
Hi Michael, Thanks for the response. I have tested this in our dev environment with Maria engine (MariaDB 5.1.47) and it works. MariaDB is really awesome. I agree with you, that I would use Sphinx or Solr as my last resort. Kind regards, Joshua On Mon, Aug 2, 2010 at 6:54 PM, Michael Widenius w