mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
" This patch series converts a few more global variables from sstring to constexpr std::string_view. Doing that makes it impossible for them to be part of any initialization order problems. " * 'espindola/more-constexpr-v2' of https://github.com/espindola/scylla: auth: Turn DEFAULT_USER_NAME into a std::string_view variable auth: Turn SALTED_HASH into a std::string_view variable auth: Turn meta::role_members_table::qualified_name into a std::string_view variable auth: Turn meta::roles_table::qualified_name into a std::string_view variable auth: Turn password_authenticator_name into a std::string_view variable auth: Inline default_authorizer_name into only use auth: Turn allow_all_authorizer_name into a std::string_view variable auth: Turn allow_all_authenticator_name into a std::string_view variable