diff -r 8dc8494f1e0e -r 839ea9debada persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.cpp --- a/persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.cpp Wed Sep 15 14:05:58 2010 +0300 +++ b/persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.cpp Wed Oct 13 16:30:44 2010 +0300 @@ -78,10 +78,10 @@ static TBool TheSqlSrvProfilerTraceToFile = EFalse; //"Prepared" and "Executed" SQL statement counters -static TInt TheSqlSrvProfilerPreparedCnt8 = 0; -static TInt TheSqlSrvProfilerPreparedCnt16 = 0; -static TInt TheSqlSrvProfilerExecutedCnt8 = 0; -static TInt TheSqlSrvProfilerExecutedCnt16 = 0; +static TInt TheSqlSrvProfilerPreparedCnt8; +static TInt TheSqlSrvProfilerPreparedCnt16; +static TInt TheSqlSrvProfilerExecutedCnt8; +static TInt TheSqlSrvProfilerExecutedCnt16; ///////////////////////////////// IPC counters ///////////////////////////////////////