author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 25 Jul 2006 11:57:57 +0000 (13:57 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 25 Jul 2006 21:11:36 +0000 (14:11 -0700) | ||
commit | 96256bba949f43548a0be0af877680eb62b156f6 | |
tree | c69068cab8aa08fde89623524bb1331291b2cb5c | tree | snapshot |
parent | 42217f13efcfd7901636877f020de246d6c58838 | commit | diff |
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>
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 | diff | blob | history |