[Mod-auth-commit] mod_authn_dbi ChangeLog,1.4,1.5
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-02-08 03:34:29
|
Update of /cvsroot/mod-auth/mod_authn_dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10587 Modified Files: ChangeLog Log Message: Make sure we use thread locking for mysql drivers. This was spotted by Brice Tebbs. Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 8 Feb 2004 03:11:09 -0000 1.4 --- ChangeLog 8 Feb 2004 03:31:31 -0000 1.5 *************** *** 1,3 **** --- 1,8 ---- -------------------------------------------------------------------------------------------------------- + 07.02.2004 20:33 (MST), firechipmunk + - Fixed strcmp on MySQL. Spotted by Brice Tebbs. + + + -------------------------------------------------------------------------------------------------------- 07.02.2004 20:14 (MST), firechipmunk - Use APXS for the Install Target. |