3 messages in com.mysql.lists.bugsRe: possible bug?
FromSent OnAttachments
KISS Akos17 Jul 2002 01:34 
Benjamin Pflugmann18 Jul 2002 09:05 
KISS Akos18 Jul 2002 23:42 
Subject:Re: possible bug?
From:KISS Akos (ka@telemedia.hu)
Date:07/17/2002 01:34:15 AM
List:com.mysql.lists.bugs

Dont know if its an automatic answer or what but. If i cant get my report to somebody the possible bug wont be fixed. If it wont be fixed i wont be use mysql. thats all.

On Wed, 17 Jul 2002 bu@lists.mysql.com wrote:

Date: Wed, 17 Jul 2002 10:13:41 +0200 From: bu@lists.mysql.com To: KISS Akos <ka@telemedia.hu> Subject: Re: possible bug?

Your message cannot be posted to bu@lists.mysql.com because it did not follow the format expected by our spam/off-topic filter. To this list we accept only repeatable bugs reports, meaning that you can describe a set of steps we can follow to repeat the bug on our systems.

If you are having problems with MySQL but are unable to provide the required description, and have not purchased a support contract from MySQL AB, you should send your message to mys@lists.mysql.com and possibly one of our knowledgable users or developers will help you. However, we do not guarantee that every message on mys@lists.mysql.com will be answered. We can afford to provide free code, but unfortunately, we cannot afford to provide guaranteed free support on top of that. We do, nevertheless, fix our bugs regardless of who reports them and whose systems they affect, and will investigate your problem if you can prove to us with a test case that the error is in our code and not yours.

If you have purchased a support contract from MySQL AB, you should follow the standard support request procedure to report this problem. Support contracts are available at https://order.mysql.com/.

If you are able to describe how we can repeat the problem, include the string "How-To-Repeat:" in the body of your message, followed by the detailed description of what we need to do to make it happen, and our filter will accept your message. If you use mysqlbug script, which comes with the MySQL distribution, to post the message, it will be automatically accepted.

You have written the following:

---start of your message---- server version: 3.23.49-log

found a bug, dont know if fixed.

mysql> SELECT '\\asdasd {' RLIKE CONCAT(CHAR(92),'.\+{'); +--------------------------------------------+ | '\\asdasd {' RLIKE CONCAT(CHAR(92),'.\+{') | +--------------------------------------------+ | 0 | +--------------------------------------------+

temp solution:

SELECT bla FROM ehh WHERE bla!=REPLACE(bla,'\\\{','\{');