thread__ SqlSession *sThreadSession; ... #ifdef _MULTITHREADED if(sPerThread) sThreadSession = &s; else #endif sGlobalSession = &s; return;
Report message to a moderator