DB_QUERY_REGEXP

Indicates the place holders that should be replaced in _db_query_callback().

includes/database.inc, line 166

<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b)/')
?>

Related topics