]> granicus.if.org Git - apache/commit
apr_dbd_check_conn() just returns APR_SUCCESS or APR_EGENERAL, so we
authorChris Darroch <chrisd@apache.org>
Sat, 19 May 2007 05:01:44 +0000 (05:01 +0000)
committerChris Darroch <chrisd@apache.org>
Sat, 19 May 2007 05:01:44 +0000 (05:01 +0000)
commitaf98980f19c705fd33f608b1dd8a16e200a3666c
treec1fc037880f17405db9d948991a4417151210bc4
parent3019f9a87b831d7552f5737bad8446fbc74e076d
apr_dbd_check_conn() just returns APR_SUCCESS or APR_EGENERAL, so we
don't actually have a driver-specific value to pass to apr_dbd_error(),
but that's OK because most/all drivers just ignore this value anyway

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@539687 13f79535-47bb-0310-9956-ffa450edef68
modules/database/mod_dbd.c