PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
MySQL and Linux/Unix
MySQL and macOS
MySQL Partitioning
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL Restrictions and Limitations
Security in MySQL
MySQL and Solaris
Building MySQL from Source
Starting and Stopping MySQL
MySQL Tutorial
MySQL and Windows
MySQL NDB Cluster 7.5
This view indicates which tables haveAUTO_INCREMENT columns and provides information about those columns, such as the current and maximum column values and the usage ratio (ratio of used to possible values). By default, rows are sorted by descending usage ratio and maximum column value.
Tables in these schemas are excluded from view output:mysql,sys,INFORMATION_SCHEMA,performance_schema.
Theschema_auto_increment_columns view has these columns:
table_schemaThe schema that contains the table.
table_nameThe table that contains the
AUTO_INCREMENTcolumn.column_nameThe name of the
AUTO_INCREMENTcolumn.data_typeThe data type of the column.
column_typeThe column type of the column, which is the data type plus possibly other information. For example, for a column with a
bigint(20) unsignedcolumn type, the data type is justbigint.is_signedWhether the column type is signed.
is_unsignedWhether the column type is unsigned.
max_valueThe maximum permitted value for the column.
auto_incrementThe current
AUTO_INCREMENTvalue for the column.auto_increment_ratioThe ratio of used to permitted values for the column. This indicates how much of the sequence of values is“used up.”
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
MySQL and Linux/Unix
MySQL and macOS
MySQL Partitioning
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL Restrictions and Limitations
Security in MySQL
MySQL and Solaris
Building MySQL from Source
Starting and Stopping MySQL
MySQL Tutorial
MySQL and Windows
MySQL NDB Cluster 7.5