actiontech / dble

A High Scalability Middle-ware for MySQL Sharding
https://opensource.actionsky.com
GNU General Public License v2.0
1.09k stars 317 forks source link

Some administrative commands need to be added to `show @@ help` #852

Open FlyingMao opened 5 years ago

FlyingMao commented 5 years ago

schema.xml

rule.xml

server.xml

dryrun pause @@DataNode RESUME show @@pause show @@slow_query_log; enable @@slow_query_log; disable @@slow_query_log; show @@slow_query.time; reload @@slow_query.time show @@slow_query.flushperiod; reload @@slow_query.flushperiod show @@slow_query.flushsize reload @@slow_query.flushsize create database @@dataNode ='dn......' check @@metadata check full @@metadata



/label ~BUG
FlyingMao commented 5 years ago

alert :http://10.186.18.21/universe/ushard/issues/143

yanhuqing666 commented 5 years ago

done above