未验证 提交 8806e79d 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #10501 from ClickHouse/fix-odbc-bridge-test

Fix "odbc-bridge" test
......@@ -223,14 +223,7 @@ namespace cctz_extension
if (sym_data && sym_size)
return std::make_unique<Source>(static_cast<const char *>(sym_data), unalignedLoad<size_t>(&sym_size));
#if defined(NDEBUG) || !defined(USE_INTERNAL_CCTZ)
return fallback(name);
#else
/// In debug builds with internal cctz,
/// ensure that only embedded timezones can be loaded - this is intended for tests.
(void)fallback;
return nullptr;
#endif
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册