Does MySQL automatically reset to 0after reaching its maximum value?
In other words, if column UNSIGNED SMALLINTc AUTO_INCREMENTreaches 65535, what happens to the new INSERT?
If no values are available, what happens then?
user1382306
source
share