mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
4 lines
244 B
SQL
4 lines
244 B
SQL
-- Tags: no-fasttest
|
|
DROP USER IF EXISTS 03172_user_invalid_bcrypt_hash;
|
|
CREATE USER 03172_user_invalid_bcrypt_hash IDENTIFIED WITH bcrypt_hash BY '012345678901234567890123456789012345678901234567890123456789'; -- { serverError BAD_ARGUMENTS }
|