fix build

This commit is contained in:
serxa 2023-08-01 11:12:23 +00:00
parent e4ae2ece7c
commit 7c34fb6a7c

View File

@ -53,7 +53,7 @@ DatabaseOrdinary::DatabaseOrdinary(
{
}
void DatabaseOrdinary::loadStoredObjects(ContextMutablePtr, LoadingStrictnessLevel, bool)
void DatabaseOrdinary::loadStoredObjects(ContextMutablePtr, LoadingStrictnessLevel)
{
// Because it supportsLoadingInTopologicalOrder, we don't need this loading method.
throw Exception(ErrorCodes::LOGICAL_ERROR, "Not implemented");