jarvisqi opened a new issue #9102:
URL: https://github.com/apache/shardingsphere/issues/9102


   `java
   public final class HintManager implements AutoCloseable {
       
       private static final ThreadLocal<HintManager> HINT_MANAGER_HOLDER = new 
ThreadLocal<>();
       
       private final Multimap<String, Comparable<?>> databaseShardingValues = 
HashMultimap.create();
       
       private final Multimap<String, Comparable<?>> tableShardingValues = 
HashMultimap.create();
       
       private boolean databaseShardingOnly;
       
       private boolean primaryRouteOnly;
   
       /**
        * Set database operation force route to primary database only.
        */
       public void setPrimaryRouteOnly() {
           primaryRouteOnly = true;
       }
   `
   May I ask which version was changed ?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to