[ANN] Alpha release v05.05 of the BLOB Streaming Engine

2008-09-10 Thread Barry Leslie
Hi, Alpha version 5.05 of the BLOB streaming engine for MySQL has been released. You can download the source code from http://www.blobstreaming.org/download. Documentation has also been updated . The BLOB Streaming Engine is a MySQL storage engine which enables the storage and streaming of BLOB

REGEXP case insensitive SQL QUERY

2008-09-10 Thread Bala Balaravi
How can I use REGEXP case insensitive SQL QUERY Ex: select * from table where a REGEXP 'abc' will match both 'abc' and 'ABC'

Re: Weird problem with mysql_query

2008-09-10 Thread Andy Shellam
I don't have that much experience with MySQL having mostly worked with MSSQL, but I'm sure the logic is still the same. I believe the query "select count(*) as 'count' from logins GROUP BY dawiz" will fail because "dawiz" is not a column, it's a value within the table. If I'm not mistaken, a

MySQL University session on September 11: openSolaris Web Stack

2008-09-10 Thread Stefan Hinz
Hi, Sorry for the extra mail, but our presenters have just told me that they can't do the regular time for this session, so I've moved it to be 3 hours later (9:00 PST / 16:00 UTC / 17:00 GMT / 18:00 CET). The rest of the announcement remains valid: This Thursday, Jyri Virkki & Murthy Chint

Fw: Weird problem with mysql_query

2008-09-10 Thread DaWiz
- Original Message - From: "Darryle Steplight" <[EMAIL PROTECTED]> To: "MySql" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, September 09, 2008 6:59 PM Subject: Re: Weird problem with mysql_query Hi G, There is nothing weird about your results. When you do a Count(*) without a GROUP B