yanickxia commented on issue #3349: Make Sharding-Proxy control language like SQL grammar URL: https://github.com/apache/incubator-shardingsphere/issues/3349#issuecomment-545403422 | NOW | TO | REF | | ------------- | ------------- | ------- | | sctl:set transaction_type=XX | set sctl:transaction_type XX | [Mysql-SET-transaction-Syntax](https://dev.mysql.com/doc/refman/5.7/en/set-transaction.html) | | sctl:show transaction_type | show sctl:transaction_type | | | sctl:show cached_connections | show sctl:cached_connections | | | sctl:explain SQL | explain sctl:sql | | | sctl:hint set MASTER_ONLY=true | set sctl:hint:MASTER_ONLY true || | sctl:hint set DatabaseShardingValue=yy | set sctl:hint:DatabaseShardingValue yy | | | sctl:hint addDatabaseShardingValue xx=yy | set sctl:hint: addDatabaseShardingValue yy| | | sctl:hint addTableShardingValue xx=yy | set sctl:hint:addTableShardingValue xx yy| | | sctl:hint clear | set sctl:hint clear | | | sctl:hint show status | show sctl:hint:status || | sctl:hint show table status | show sctl:hint:table:status || @terrymanu
---------------------------------------------------------------- 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] With regards, Apache Git Services
