You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/08/06 10:05:05 UTC

[GitHub] [incubator-shardingsphere] copyshop opened a new issue #2816: support explain or show keyword sql

copyshop opened a new issue #2816: support explain or show keyword sql
URL: https://github.com/apache/incubator-shardingsphere/issues/2816
 
 
   for example:
   
   broad table: t_test;
   
   mysql terminate: 
   
   mysql> explain insert into t_test(id,name) values(2,"test1")
   or
   mysql> show insert into t_test(id,name) values(2,"test1")
   
   print:
   	Actual SQL: ds_0 ::: insert into t_test(id,name) values(2, "test1")
   	Actual SQL: ds_1 ::: insert into t_test(id,name) values(2, "test1")
   	
   it is convenient for us to view sharding route information when we route config is wrong,It's just a suggestion.This is project is very beautiful.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services