This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 744fd19 fix hint example conf
new b889770 Merge pull request #7332 from tuohai666/hint_example
744fd19 is described below
commit 744fd19c90e9d96fbd3e04605bf815e62d81b0e8
Author: Zhang Yonglun <[email protected]>
AuthorDate: Tue Sep 8 20:07:52 2020 +0800
fix hint example conf
---
.../src/main/resources/conf/server.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
index 069e7d8..a41bcd8 100644
---
a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
+++
b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
@@ -48,8 +48,8 @@ props:
# BASE: Proxy will run with B.A.S.E transaction.
proxy.transaction.type: LOCAL
proxy.opentracing.enabled: false
- proxy.hint.enabled: false
+ proxy.hint.enabled: true
query.with.cipher.column: true
- sql.show: false
+ sql.show: true
allow-range-query-with-inline-sharding: false
check.table.metadata.enabled: false