v.20.7Bug Fix

CREATE USER IF NOT EXISTS no longer throws exception if user exists

CREATE USER IF NOT EXISTS now does not throw exception if the user exists. This fixes #12507. #12646 (Vitaly Baranov).