We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1901d4 commit 6b29f2eCopy full SHA for 6b29f2e
src/Storages/ColumnDefault.cpp
@@ -75,7 +75,6 @@ ColumnDefault & ColumnDefault::operator=(ColumnDefault && other) noexcept
75
76
kind = std::exchange(other.kind, ColumnDefaultKind{});
77
expression = std::exchange(other.expression, nullptr);
78
- other.expression.reset();
79
ephemeral_default = std::exchange(other.ephemeral_default, false);
80
81
return *this;
0 commit comments