Quoting Bojan Smojver <[EMAIL PROTECTED]>:

The following code, from apr_dbd.c, probably won't have an easy fix
like the drivers did:

The only thing that springs to mind is to change apr_dbd_internal.h to read:

apr_status_t (*end_transaction)(void *trans);

And then patch individual drivers. However, return status from private end_transaction functions is not (at present) an APR status code, so we would still be cheating... A bit ;-)

--
Bojan

Reply via email to