We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raised by: @zhunina
mysql> show @@datanode where schema=tpcc; +------+------------------+-------+--------+------+------+---------+------------+----------+---------+---------------+ | NAME | DATHOST | INDEX | ACTIVE | IDLE | SIZE | EXECUTE | TOTAL_TIME | MAX_TIME | MAX_SQL | RECOVERY_TIME | +------+------------------+-------+--------+------+------+---------+------------+----------+---------+---------------+ | dn1 | 10.186.21.73/db1 | 0 | 0 | 3 | 400 | 42835 | 0 | 0 | 0 | -1 | | dn2 | 10.186.21.75/db1 | 0 | 0 | 0 | 100 | 246 | 0 | 0 | 0 | -1 | | dn3 | 10.186.21.73/db2 | 0 | 0 | 1 | 400 | 246 | 0 | 0 | 0 | -1 | | dn4 | 10.186.21.75/db2 | 0 | 0 | 3 | 100 | 42722 | 0 | 0 | 0 | -1 | +------+------------------+-------+--------+------+------+---------+------------+----------+---------+---------------+ 4 rows in set (0.00 sec)
mysql> show @@datanode; +------+------------------+-------+--------+------+------+---------+------------+----------+---------+---------------+ | NAME | DATHOST | INDEX | ACTIVE | IDLE | SIZE | EXECUTE | TOTAL_TIME | MAX_TIME | MAX_SQL | RECOVERY_TIME | +------+------------------+-------+--------+------+------+---------+------------+----------+---------+---------------+ | dn1 | 10.186.21.73/db1 | 0 | 0 | 3 | 400 | 42840 | 0 | 0 | 0 | -1 | | dn2 | 10.186.21.75/db1 | 0 | 0 | 0 | 100 | 246 | 0 | 0 | 0 | -1 | | dn3 | 10.186.21.73/db2 | 0 | 0 | 1 | 400 | 246 | 0 | 0 | 0 | -1 | | dn4 | 10.186.21.75/db2 | 0 | 0 | 3 | 100 | 42727 | 0 | 0 | 0 | -1 | +------+------------------+-------+--------+------+------+---------+------------+----------+---------+---------------+ 4 rows in set (0.00 sec)
Columns after DataHost are useless
The text was updated successfully, but these errors were encountered:
By @zhunina
In show @@sql.slow, datasource is always NULL
show @@sql.slow
Sorry, something went wrong.
#199 #202 #204 #200 #206 #209 #211 #213 Manager fixed
a32d12b
#200 fix in field_count in showDataNode
3125581
#200 mycat can be start with empty dataHost
d79c8f8
322f909
#200 delete the support when use the show @@Datasource where datenode…
ab7a606
… = 'datanode_name' & recover the sql.sum & fix sql.sum.table cache delete
Merge pull request #252 from actiontech/issue-200
6a7bac8
fixed
sunsun314
zhunina
No branches or pull requests
Raised by: @zhunina
Columns after DataHost are useless
The text was updated successfully, but these errors were encountered: