Skip to content

Commit

Permalink
fix set column title in coms view
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Janssen committed Oct 21, 2015
1 parent d8db77f commit 0365040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myqlib/view_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func DefaultViews() map[string]View {
NewRateSumCol(`ddl`, `Data Definition commands / Second`, 5, 0, NumberUnits, `com_alter.*`, `com_create.*`, `com_drop.*`, `com_rename_table`),
NewRateSumCol(`admin`, `Admin commands / Second`, 5, 0, NumberUnits, `com_admin.*`),
NewRateSumCol(`show`, `SHOW commands / Second`, 5, 0, NumberUnits, `com_show.*`),
NewRateSumCol(`show`, `SET commands / Second`, 5, 0, NumberUnits, `com_set.*`),
NewRateSumCol(`set`, `SET commands / Second`, 5, 0, NumberUnits, `com_set.*`),
NewRateSumCol(`lock`, `LOCK commands / Second`, 5, 0, NumberUnits, `com_lock.*`, `com_unlock.*`),
NewRateSumCol(`trx`, `Transactional commands / Second`, 5, 0, NumberUnits, `com_begin`, `com_commit`, `com_rollback.*`, `com_savepoint`),
NewRateSumCol(`xa`, `XA commands / Second`, 5, 0, NumberUnits, `com_xa.*`),
Expand Down

0 comments on commit 0365040

Please sign in to comment.