mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-17 01:01:27 +08:00
002303fc2e
* PMM-6256 Updated ExplainCmd for MongoDB In order to make explain for MongoDB work, we need to remove the "$db" field from the explain command generated in proto.system.profile since it is a duplicated field that triggers a MongoDB error. * PMM-6256 New test * PMM-6256 Removed commented out code Co-authored-by: Carlos <cfsalguero@gmail.com>