2 messages in com.mysql.lists.bugsis this a regexp bug?
FromSent OnAttachments
Brady Brown12 Apr 2005 16:36 
Tom Crimmins12 Apr 2005 18:03 
Subject:is this a regexp bug?
From:Brady Brown (bra@flatirontek.com)
Date:04/12/2005 04:36:29 PM
List:com.mysql.lists.bugs

I didn't see a mention of this in the archives. It seems I cannot escape a '?' in the match string, e.g.,

mysql> select 'list.php?e=source&other=stuff' regexp 'list.php\?e=source'; +-------------------------------------------------------------+ | 'list.php?e=source&other=stuff' regexp 'list.php\?e=source' | +-------------------------------------------------------------+ | 0 | +-------------------------------------------------------------+

-b