PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0
TheBIT data type is used to store bit values. A type ofBIT( enables storage ofM)M-bit values.M can range from 1 to 64.
To specify bit values,b' notation can be used.value'value is a binary value written using zeros and ones. For example,b'111' andb'10000000' represent 7 and 128, respectively. SeeSection 11.1.5, “Bit-Value Literals”.
If you assign a value to aBIT( column that is less thanM)M bits long, the value is padded on the left with zeros. For example, assigning a value ofb'101' to aBIT(6) column is, in effect, the same as assigningb'000101'.
NDB Cluster. The maximum combined size of allBIT columns used in a givenNDB table must not exceed 4096 bits.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0