summaryrefslogtreecommitdiff
path: root/storage/innobase/lock/lock0iter.c
diff options
context:
space:
mode:
authorThirunarayanan Balathandayuthapani <thirunarayanan.balathandayuth@oracle.com>2015-03-11 15:17:35 +0530
committerThirunarayanan Balathandayuthapani <thirunarayanan.balathandayuth@oracle.com>2015-03-11 15:17:35 +0530
commit48869fceba5b30ef359a1f1b660a50424ea2bfa2 (patch)
tree65205339accc2ea830285c6af8db65b4b48c6746 /storage/innobase/lock/lock0iter.c
parent54d23eceb704af2e56ee5d8d2bbfe1beba462ce9 (diff)
downloadmariadb-git-48869fceba5b30ef359a1f1b660a50424ea2bfa2.tar.gz
Bug #20417397 MYSQL SHOW ENGINE INNODB STATUS SHOWING NEGATIVE
RESERVATION AND SIGNAL COUNT Problem: Reservation and Signal count value shows negative value for show engine innodb statement. Solution: This is happening due to counter overflow error. Reservation and Signal count values are defined as unsigned long but these variables are converted to long while printing it. Change Reservation and Signal count values as unsigned long datatype while printing it. Reviewed-by: Marko Mäkelä <marko.makela@oracle.com> Approved in bug page.
Diffstat (limited to 'storage/innobase/lock/lock0iter.c')
0 files changed, 0 insertions, 0 deletions