On Mon, 15 Oct 2007 17:07:47 -0700
"Justin Erenkrantz" <[EMAIL PROTECTED]> wrote:

> apr-util fails to compile on Solaris 10 because it detects the bundled
> MySQL libraries in /usr/sfw, but the MySQL version (4.0.24) is
> apparently too old.  apr_dbd_mysql.c is looking for MYSQL_STMT - which
> doesn't appear in the 4.0.x client releases, but, AFAICT, appears only
> in the 4.1+ releases.
> 
> Should we be refusing to accept MySQL versions <4.1 then?  Or, is it
> trivial to support 4.0?  -- justin

Speaking from rather patchy memory here:

I expect it would be possible to support older versions, but it
would involve a substantial rewrite.  4.1 had a whole new API
for prepared statements, which our driver uses extensively.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to