I have a column declared "unique" when the table was created (chars[10]). As InnoDB uses multiversioning and row-level-locking, I am not sure how the uniqueness is secured using INSERT. Do I have to lock the complete table?
Best,
DonJulio
Best,
DonJulio
Comment