Commit c810f190 authored by Toon Claes's avatar Toon Claes

Merge branch 'load-balancing-select-one' into 'master'

Handle `select_one` queries in database load balancing

See merge request gitlab-org/gitlab!40616
parents 2e28862e 57d7e44f
...@@ -24,7 +24,9 @@ module Gitlab ...@@ -24,7 +24,9 @@ module Gitlab
).freeze ).freeze
NON_STICKY_READS = %i( NON_STICKY_READS = %i(
sanitize_limit
select select
select_one
quote_column_name quote_column_name
).freeze ).freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment