MXW-1992 Update size when inserting

This commit is contained in:
Johan Wikman 2018-08-02 14:12:42 +03:00
parent 46ed043fb0
commit 25536af91f

View File

@ -190,6 +190,7 @@ public:
m_infos.emplace(canonical_stmt, Entry(pInfo, this_unit.qc_sql_mode));
++m_stats.inserts;
m_stats.size += size;
}
}
}