| Test the statement cache -- reusing statements with the
matching SQL text. The only way to verify this output
is to look at the log file for StatementCache debug flag
messages about accesses.
The one concrete test here is that the statements
are actually dumped when the connection is closed,
and attempts to execute them will fail.
author: ames |