Description:
http://dev.mysql.com/doc/mysqld-version-reference/en/mysqld-version-reference-optvar.html
Hard to read because you cannot see the column names when looking down the list.
How to repeat:
read http://dev.mysql.com/doc/mysqld-version-reference/en/mysqld-version-reference-optvar.html
jump to a random variable and tell me what all the NO, YES means without scrolling to the top and losing your place, or without remembering each column.
Suggested fix:
Look how vmstat does it. it reprints the column names so they are visible on your screen.
[root@localhost 5.7]# vmstat 1
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 0 928472 100 6532052 0 0 1 5 3 6 0 0 100 0 0
0 0 0 928472 100 6532068 0 0 0 0 26 35 0 0 100 0 0
1 0 0 928472 100 6532068 0 0 0 0 18 19 0 0 100 0 0
0 0 0 928612 100 6532044 0 0 0 0 6 9 0 0 100 0 0
0 0 0 928612 100 6532044 0 0 0 0 16 19 0 0 100 0 0
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 0 928612 100 6532044 0 0 0 0 16 29 0 0 100 0 0
1 0 0 928612 100 6532044 0 0 0 0 17 17 0 0 100 0 0
0 0 0 928612 100 6532040 0 0 0 0 7 9 0 0 100 0 0