| 94 | } |
| 95 | |
| 96 | static void commitModifiedCount(Statistics::AutoStats::ModifiedCounter& counter) |
| 97 | { |
| 98 | if (counter.empty()) return; |
| 99 | |
| 100 | auto& instance = Statistics::AutoStats::AutoStatisticsMemoryRecord::instance(); |
| 101 | instance.append(counter); |
| 102 | } |
| 103 | |
| 104 | |
| 105 | TxnTimestamp CnchServerTransaction::commitV1() |