mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
5 lines
149 B
SQL
5 lines
149 B
SQL
-- Tags: no-fasttest
|
|
-- no-fasttest: upper/lowerUTF8 use ICU
|
|
|
|
SELECT ignore(lengthUTF8(lowerUTF8(randomStringUTF8(99)))); -- bug #49672: msan assert
|