mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
commit
70427bfa63
@ -307,11 +307,6 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const auto input_value = input_column->getDataAt(r);
|
const auto input_value = input_column->getDataAt(r);
|
||||||
auto aad_value = StringRef{};
|
|
||||||
if constexpr (mode == CipherMode::RFC5116_AEAD_AES_GCM && !std::is_same_v<std::nullptr_t, std::decay_t<AadColumnType>>)
|
|
||||||
{
|
|
||||||
aad_value = aad_column->getDataAt(r);
|
|
||||||
}
|
|
||||||
|
|
||||||
if constexpr (mode != CipherMode::MySQLCompatibility)
|
if constexpr (mode != CipherMode::MySQLCompatibility)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user