Comments - How to Quickly Insert Data Into MariaDB

1 year ago Vincent MATHON

innodb_autoinc_lock_mode is a static variable. So, using SET @@global.innodb_autoinc_lock_mode = 2; raises an exception "innodb_autoinc_lock_mode is a read only variable".

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.