this.commandLogger = null;
}
// AdHoc Support
if (hstore_conf.site.exec_adhoc_sql) {
this.asyncCompilerWorkThread = new AsyncCompilerWorkThread(this, this.site_id);
} else {
this.asyncCompilerWorkThread = null;
}
// The AntiCacheManager will allow us to do special things down in the EE