yanickxia commented on issue #3349: Make Sharding-Proxy control language like 
SQL grammar
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3349#issuecomment-545769082
 
 
   | NOW  | TO |  REF |
   | ------------- | ------------- |  ------- |
   | sctl:set transaction_type=XX  | set transaction_type XX   |      
[Mysql-SET-transaction-Syntax](https://dev.mysql.com/doc/refman/5.7/en/set-transaction.html)
         |
   | sctl:show transaction_type  | show transaction_type |               |
   | sctl:show cached_connections       | show cached_connections | |
   | sctl:explain SQL   | explain sql | should merge result with db `explain 
sql` |
   | sctl:hint set MASTER_ONLY=true | set MASTER_ONLY [true \|false] ||
   | sctl:hint set DatabaseShardingValue=yy | set DatabaseShardingValue yy | |
   | sctl:hint addDatabaseShardingValue xx=yy | set addDatabaseShardingValue   
yy| |
   | sctl:hint addTableShardingValue xx=yy | set addTableShardingValue xx yy| |
   | sctl:hint clear | set hint clear | |
   | sctl:hint show status       | show hint_status || 
   | sctl:hint show table status         | show hint_table_status ||
   
   @terrymanu  update.  has any suggestions?
   
   @cherrylzhao  yeah, wo can replace it step by step..

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

Reply via email to