marker-wu commented on issue #12945:
URL: 
https://github.com/apache/shardingsphere/issues/12945#issuecomment-939204136


   I use the latest master branch code, the project is ShardingSphere-Proxy
   here are my configuration:
   
![image](https://user-images.githubusercontent.com/45256940/136639915-f3f8f11f-0170-4483-ac17-b6de60f3286b.png)
   
![image](https://user-images.githubusercontent.com/45256940/136639923-bc2a4d0e-47fa-4e97-8a3a-939344df5f63.png)
   
   Steps: 1.set sharding hint database_value =1;
                2. select * from ak_log_template_config a,t_db b where a.id = 
b.id and id=1;
   Execute this sql, the hint strategy does not take effect
   when I execute the sql : select * from ak_log_template_config, the hint 
strategy  took effect
   Result: Hint routing strategy is only effective for single-table query, not 
for multi-table query
   Expected result: No matter what type of query, Hint routing strategy should 
be supported


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to