cvsserver: avoid warning about active db handlesv1.4.2-rc2
commit96256bba949f43548a0be0af877680eb62b156f6
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Jul 2006 11:57:57 +0000 (25 13:57 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Jul 2006 21:11:36 +0000 (25 14:11 -0700)
treec69068cab8aa08fde89623524bb1331291b2cb5c
parent42217f13efcfd7901636877f020de246d6c58838
cvsserver: avoid warning about active db handles

Turns out that DBD::SQLite does not favour preparing statements which are
never executed. So, turn all 4 statements, which were prepared _always_,
into methods, like the other 12 prepared statements.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsserver.perl