File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ $reviewhost = array(
45
45
'dsn' => 'mysql:host=hostname;dbname=percona',
46
46
'user' => 'user',
47
47
'password' => 'password',
48
- // See http://www.percona.com/doc/percona-toolkit/2.0 /pt-query-digest.html#cmdoption-pt-query-digest--review
48
+ // See http://www.percona.com/doc/percona-toolkit/2.1 /pt-query-digest.html#cmdoption-pt-query-digest--review
49
49
'review_table' => 'review',
50
50
// This table is optional. You don't need it, but you lose detailed stats
51
51
// Set to a blank string to disable
52
- // See http://www.percona.com/doc/percona-toolkit/2.0 /pt-query-digest.html#cmdoption-pt-query-digest--review-history
52
+ // See http://www.percona.com/doc/percona-toolkit/2.1 /pt-query-digest.html#cmdoption-pt-query-digest--review-history
53
53
'history_table' => 'review_history',
54
54
);
55
55
You can’t perform that action at this time.
0 commit comments