diff options
Diffstat (limited to 'storage/xtradb/lock/lock0lock.c')
-rw-r--r-- | storage/xtradb/lock/lock0lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/lock/lock0lock.c b/storage/xtradb/lock/lock0lock.c index 7ec4a53e0ea..1ded67d9147 100644 --- a/storage/xtradb/lock/lock0lock.c +++ b/storage/xtradb/lock/lock0lock.c @@ -4606,7 +4606,7 @@ print_rec: nth_lock++; if (nth_lock >= srv_show_locks_held) { - fputs("TOO LOCKS PRINTED FOR THIS TRX:" + fputs("TOO MANY LOCKS PRINTED FOR THIS TRX:" " SUPPRESSING FURTHER PRINTS\n", file); |