Merge lp:~percona-dev/percona-server/bugfix_624362 into lp:percona-server/release-5.1.50-12

Proposed by Vadim Tkachenko
Status: Merged
Approved by: Vadim Tkachenko
Approved revision: no longer in the source branch.
Merge reported by: Vadim Tkachenko
Merged at revision: not available
Proposed branch: lp:~percona-dev/percona-server/bugfix_624362
Merge into: lp:percona-server/release-5.1.50-12
Diff against target: 11 lines (+1/-1)
1 file modified
innodb_show_status.patch (+1/-1)
To merge this branch: bzr merge lp:~percona-dev/percona-server/bugfix_624362
Reviewer Review Type Date Requested Status
Fred Linhoss (community) documentation Approve
Yasufumi Kinoshita (community) Approve
Percona developers Pending
Review via email: mp+36814@code.launchpad.net

Description of the change

https://bugs.launchpad.net/percona-server/+bug/624362
fix

changed
"TOO LOCKS PRINTED FOR THIS TRX: SUPPRESSING FURTHER PRINTS"

to

"TOO MANY LOCKS PRINTED FOR THIS TRX: SUPPRESSING FURTHER PRINTS"

To post a comment you must log in.
Revision history for this message
Yasufumi Kinoshita (yasufumi-kinoshita) :
review: Approve
Revision history for this message
Fred Linhoss (fred-linhoss) wrote :

No documentation changes. Added to 5.1.50-12.1 release notes.

review: Approve (documentation)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innodb_show_status.patch'
2--- innodb_show_status.patch 2010-08-27 10:03:57 +0000
3+++ innodb_show_status.patch 2010-09-27 23:37:41 +0000
4@@ -201,7 +201,7 @@
5 - if (nth_lock >= 10) {
6 - fputs("10 LOCKS PRINTED FOR THIS TRX:"
7 + if (nth_lock >= srv_show_locks_held) {
8-+ fputs("TOO LOCKS PRINTED FOR THIS TRX:"
9++ fputs("TOO MANY LOCKS PRINTED FOR THIS TRX:"
10 " SUPPRESSING FURTHER PRINTS\n",
11 file);
12

Subscribers

People subscribed via source and target branches

to all changes: