]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the DBD...
authorjustdave%syndicomm.com <>
Thu, 7 Jun 2001 04:10:47 +0000 (04:10 +0000)
committerjustdave%syndicomm.com <>
Thu, 7 Jun 2001 04:10:47 +0000 (04:10 +0000)
commite1417d77ee61c777ae414590c220fca0d8da3dca
treebdf062533ef6062cd0d0545cdfacafd08e83e0c9
parentce9c76ebbd1a699ce89cdead5f7ba427b62d9844
Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the DBD::mysql Perl module, and has been this way for a while.  Fixing the version checks in checksetup.pl to check the correct module.  Also eliminates a DBD::mysql-specific database function call that is depricated in the current version of DBD_mysql.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net, tara@tequilarista.org
checksetup.pl