innodb_autoinc_lock_mode
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
The AUTOINC lock modes supported by InnoDB: 0 => Old style AUTOINC locking (for backward compatibility); 1 => New style AUTOINC locking; 2 => No AUTOINC locking (unsafe for SBR)
DETAILS
PARAMETERS
Command-line | --innodb_autoinc_lock_mode=# |
Configuration file | Supported |
Dynamic | No |
Scope | Global |
Data Type | BIGINT |
Minimum Value | 0 |
Maximum Value | 2 |
Product Default Value | 1 |
SKYSQL
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.