Carsten unreg: (MySQL) INT(M) - Was gibt das M an?

Beitrag lesen

This optional display width is used to display integer values having a width less than the width specified for the column by left-padding them with spaces.

Aber was ist damit gemeint? Was bewirkt dieses M genau? Mit was für "Spaces" wird der Integer links aufgefüllt? Weder mit Nullen, noch mit Leerzeichen. "22" ist bei INT(2) "22", aber ebenso bei INT(10) "22" und nicht "        22" oder irgendsowas.