Home | History | Annotate | Download | only in history

Lines Matching defs:cur_version

102   int cur_version = meta_table_.GetVersionNumber();
103 if (cur_version == 1) {
108 ++cur_version;
109 meta_table_.SetVersionNumber(cur_version);
111 std::min(cur_version, kCompatibleVersionNumber));
114 if (cur_version == 2) {
116 ++cur_version;
117 meta_table_.SetVersionNumber(cur_version);
124 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
125 "Archived database version " << cur_version << " is too old to handle.";