Skip to content

Commit

Permalink
Update DatabaseOrdinary.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tavplubix authored Feb 19, 2024
1 parent b513f1d commit 6166da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Databases/DatabaseOrdinary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void setReplicatedEngine(ASTCreateQuery * create_query, ContextPtr contex
auto * storage = create_query->storage;

/// Get replicated engine
const auto & server_settings = args.getContext()->getServerSettings();
const auto & server_settings = context->getServerSettings();
String replica_path = server_settings.default_replica_path;
String replica_name = server_settings.default_replica_name;

Expand Down

0 comments on commit 6166da6

Please sign in to comment.