[#3349] Prevent race condition in profile view creation.
The only reliable way to prevent it is a condition on the database. In postgres, we add a unique constraint on views with type = 'profile'. MySQL doesn't support this, so we do nothing.
Please register or sign in to comment