persister cleanup

This commit is contained in:
DarthArgus
2016-12-15 03:00:59 +00:00
parent 76d08c50da
commit 18cb7d0e95
452 changed files with 1344 additions and 1532 deletions
@@ -33,7 +33,7 @@ namespace DB
int m_fetchCount;
};
typedef stdmap<std::string, QueryData>::fwd QueryDataMapType;
typedef std::map<std::string, QueryData> QueryDataMapType;
QueryDataMapType *m_queryDataMap;
};