lets say that col is 0, and 100 clients is trying to increase it by 1 at the exact same time, is the LOCK TABLE needed here? or can i just do and be sure that col becomes 100? (eg that mariadb makes sure none of them reads the same value twice~) i’m basically trying to do the equivalent of