From: Time Less Date: August 5 2010 11:01pm Subject: InnoDB Spin Stats Not Reported? List-Archive: http://lists.mysql.com/maria/472 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=001517511b2487fb64048d1b897a --001517511b2487fb64048d1b897a Content-Type: text/plain; charset=ISO-8859-1 MariaDB [(none)]> status ... Server version: 5.1.44-MariaDB-mariadb75 <--not the newest, but... MariaDB [(none)]> show innodb status; ... Mutex spin waits 68, rounds 1930, OS waits 64 <--something MariaDB [(none)]> show global status like '%spin%'; Empty set (0.00 sec) <--nothing?! Why are InnoDB spin rounds, spin waits, OS waits not reported? I rewrote a Ganglia plugin to graph stats and assumed I didn't need to parse "show innodb status" anymore. Should I revisit my assumptions? -- timeless(ness) --001517511b2487fb64048d1b897a--