Strange behaviour with replication and NO_BACKSLASH_ESCAPES mode

2007-08-06 Thread Andrea Gangini
and line also the server argues about a sintax error. It seems that the binary log does not honour the NO_BACKSLASH_ESCAPES mode. Am I missing something or maybe this could be a bug? If you need more detailed explanation please ask. -- Andrea Gangini, Mimesi S.r.l. [EMAIL PROTECTED] Tel. 0521/463811 Cell. 3

Multiple indexes on same column

2005-07-22 Thread Andrea Gangini
dexes were different... is it really so? Could I use only the UNIQUE index also for speeding up the queries? -- Andrea Gangini, Mimesi S.r.l. [EMAIL PROTECTED] Tel. 0521/463811 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.

Slow query log?

2005-02-07 Thread Andrea Gangini
uring my server? -- Andrea Gangini, Mimesi S.r.l. [EMAIL PROTECTED] Tel. 0521/463811 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Help with apostrophe and FTS

2004-06-11 Thread Andrea Gangini
t yourself. :-) Is that an option for you? Well yes, it's an option. I really need this functionality. But on mysql site, under source downloads, there's this warning: " For maximum stability and performance, we recommend that you use the binaries we provide. " Is it really tru

Help with apostrophe and FTS

2004-06-10 Thread Andrea Gangini
Is there the possibility of making the apostrophe char ( ' ) a stopword in mysql? Full text search queries in italian or other European language are greatly affected by that; for example searching "amore" will not return "dell'amore" as a match.... Any workaround sug

Problems with & (FTS)

2003-09-11 Thread Andrea Gangini
AGAINST ( 'at&t' IN BOOLEAN MODE ) returns nothing. I think that the words with the & symbol are splitted while indexing; that explains why "AT&T" is never found (AT is a stopword and T is less than 2 character). Is it possible to instruct mysql to treat words with