On Wed, Mar 30, 2005 at 11:02:12AM -0500, Stas Bekman wrote:
> Tim Bunce wrote:
> >
> >The DBIc_ACTIVE_off isn't needed. In fact, looking at DBD::Mysql's
> >struct imp_dbh_st, mysql_take_imp_data isn't needed at all.
> >There's no 'preparation' the driver needs to do.
> 
> You mean it should be just:
> 
> #define dbd_take_imp_data       &PL_sv_yes;

You'd get a syntax error from that. Just don't #define dbd_take_imp_data
at all - then the whole take_imp_data function is disabled and the
method call falls back to the DBIs default.

Tim.

Reply via email to