mariadb/storage/innobase/sync
Thirunarayanan Balathandayuthapani 48869fceba 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.
2015-03-11 15:17:35 +05:30
..
sync0arr.c Bug #20417397 MYSQL SHOW ENGINE INNODB STATUS SHOWING NEGATIVE 2015-03-11 15:17:35 +05:30
sync0rw.c Put back a fix that was reverted when reverting the buggy Bug#12612184 fix in 2012-02-17 09:18:53 +02:00
sync0sync.c Put back a fix that was reverted when reverting the buggy Bug#12612184 fix in 2012-02-17 09:18:53 +02:00