ClickHouse/tests/queries/0_stateless/01773_datetime64_add_ubsan.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
136 B
MySQL
Raw Normal View History

-- The result is unspecified but UBSan should not argue.
SELECT ignore(addHours(now64(3), inf)) FROM numbers(2); -- { serverError 407 }