mysql.maintests

Undocumented in source.

Members

Aliases

RCPrepared
alias RCPrepared = RefCounted!(RCPreparedPayload, RefCountedAutoInitialize.no)

Proof-of-concept ref-counted Prepared wrapper, just for testing, not really intended for actual use.

Functions

cctStart
void cctStart()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cctCount
int cctCount;
Undocumented in source.
cctPool
MySQLPool cctPool;
Undocumented in source.
testPreparedRegistrationsGood1
PreparedRegistrations!TestPreparedRegistrationsGood1 testPreparedRegistrationsGood1;
Undocumented in source.
testPreparedRegistrationsGood2
PreparedRegistrations!TestPreparedRegistrationsGood2 testPreparedRegistrationsGood2;
Undocumented in source.

Meta