Home
last modified time | relevance | path

Searched refs:current_schema_version (Results 1 – 6 of 6) sorted by relevance

/src/contrib/kyua/store/
H A Dread_backend.cpp91 if (database_version == detail::current_schema_version) { in impl()
93 } else if (database_version < detail::current_schema_version) { in impl()
95 } else if (database_version > detail::current_schema_version) { in impl()
99 % database_version % detail::current_schema_version); in impl()
H A Dwrite_backend.cpp63 int store::detail::current_schema_version = 3; member in store::detail
93 / (F("schema_v%s.sql") % current_schema_version); in schema_file()
117 if (metadata.schema_version() != detail::current_schema_version) { in initialize()
H A Dwrite_backend_test.cpp64 ATF_REQUIRE_EQ(store::detail::current_schema_version, md.schema_version()); in ATF_TEST_CASE_BODY()
82 store::detail::current_schema_version = 712; in ATF_TEST_CASE_BODY()
95 store::detail::current_schema_version = 712; in ATF_TEST_CASE_BODY()
118 store::detail::current_schema_version = 123; in ATF_TEST_CASE_BODY()
H A Dwrite_backend_fwd.hpp41 extern int current_schema_version;
H A Dmigrate.cpp270 const int version_to = detail::current_schema_version; in migrate_schema()
H A Dschema_inttest.cpp450 for (int i = from_version; i < store::detail::current_schema_version; \