PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndbinfo-server-locks.html
The transaction ID shown in the transid column is the identifier generated by the NDB API for the transaction requesting or holding the current lock. The mode column shows the lock mode, which is always one of S (shared lock) or X (exclusive lock).
https://dev.mysql.com/doc/refman/5.7/en/binary-varbinary.html
If strict SQL mode is not enabled and you assign a value to a BINARY or VARBINARY column that exceeds the column's maximum length, the value is truncated to fit and a warning is generated. For the latter types, the BINARY attribute does not cause ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options-source.html
auto_increment_increment and auto_increment_offset affect AUTO_INCREMENT column behavior as follows: auto_increment_increment controls the interval between successive column values. The highest value present in the col column prior to the INSERT is ... This section describes the server options and system variables that you can use on replication source ...
https://dev.mysql.com/doc/refman/5.7/en/trigger-syntax.html
(Such a SET statement has no effect in an AFTER trigger because the row change has already occurred.) In a BEFORE trigger, the NEW value for an AUTO_INCREMENT column is 0, not the sequence number that is generated automatically when the new row ...
https://dev.mysql.com/doc/refman/5.7/en/compressed-format.html
Compressed storage format is a read-only format that is generated with the myisampack tool. If values in an integer column have a small range, the column is stored using the smallest possible type. For example, a BIGINT column (eight bytes) can be ...Compressed tables have the following characteristics: Compressed tables take very little disk ...
https://dev.mysql.com/doc/refman/5.7/en/constraint-enum.html
ENUM and SET columns provide an efficient way to define columns that can contain only a given set of values. Unless strict mode is disabled (not recommended, but see Section 5.1.10, “Server SQL Modes”), the definition of a ENUM or SET column ...
https://dev.mysql.com/doc/refman/5.7/en/cost-model.html
To generate execution plans, the optimizer uses a cost model that is based on estimates of the cost of various operations that occur during query execution. DBAs can use this column to provide information about why a cost estimate row stores a ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-table-reference.html
The following table summarizes all available INFORMATION_SCHEMA tables. For greater detail, see the individual table descriptions. Table 24.1 INFORMATION_SCHEMA Tables Table Name Description Introduced Deprecated CHARACTER_SETS Available character ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-index-types.html
If a table has no PRIMARY KEY or suitable UNIQUE index, InnoDB generates a hidden clustered index named GEN_CLUST_INDEX on a synthetic column that contains row ID values. If there is no logical unique and non-null column or set of columns to use a ... Each InnoDB table has a special index called the clustered index that stores row ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-timing.html
The columns have these meanings: The TIMER_NAME column shows the names of the available timers. The timers in setup_timers that you can use are those that do not have NULL in the other columns. Processor cycle rate might change, such as when a ...