status update

Brad Fitzpatrick brad at danga.com
Fri Jan 12 23:47:47 UTC 2007


On Fri, 12 Jan 2007, Jay Buffington wrote:

> > Is your DBI version at least 1.43? The Makefile.PL of DBD::mysql shows
> > that code for last_insert_it is compiled in only if DBD::mysql is built
> > with DBI 1.43 or newer.
>
> Yes, I have 1.53.
> jay at webdev:~$ perl -MDBI -le 'print $DBI::VERSION'
> 1.53
>
> BUT I just re-installed 2.9006 while researching this and my test
> script started working.  I just reran the mogile server test suite and
> all test passed!
>
> Problem solved!
>
> The original DBD::mysql 2.9006 was installed from a RPM.  I bet that
> it was built against a DBI older than 1.43, so it didn't support
> LAST_INSERT_ID.

Phew!

Okay, I added this sanity check so it bites nobody else:

    http://code.sixapart.com/trac/mogilefs/changeset/702


- Brad



More information about the mogilefs mailing list