Lines Matching defs:query
59 static apr_status_t dbd_init(request_rec *r, const char *query, ap_dbd_t **dbdp,
82 statement = apr_hash_get(dbd->prepared, query, APR_HASH_KEY_STRING);
85 "failed to find the prepared statement called '%s'", query);
125 "query execution error saving session '%s' "
126 "in database using query '%s': %s", key, conf->selectlabel,
136 "in database using query '%s': %s", key, conf->selectlabel,
151 * Load the session by firing off a dbd query.
280 APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01857) "query execution error updating session '%s' "
281 "using database query '%s': %s/%s", oldkey, newkey, conf->updatelabel, apr_dbd_error(dbd->driver, dbd->handle, rv));
308 "query execution error inserting session '%s' "
323 "the session insert query did not cause any rows to be added "
361 "query execution error removing session '%s' "
385 * Save the session by firing off a dbd query.