Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
If there is no such column, then this method returns NULL. Table::hasDefaultValues() Description Used to determine whether the table has any columns that are defined with default values other than NULL. Return value Returns true if the table has any ... This section provides information about the Table class, which models a database table in the NDB ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
NO_CATALOG Disable catalog support 32768 Forces results from the catalog functions, such as SQLTables, to always return NULL and the driver to report that catalogs are not supported. AUTO_IS_NULL Enable SQL_AUTO_IS_NULL 8388608 When AUTO_IS_NULL is ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
NO_CATALOG Disable catalog support 32768 Forces results from the catalog functions, such as SQLTables, to always return NULL and the driver to report that catalogs are not supported. AUTO_IS_NULL Enable SQL_AUTO_IS_NULL 8388608 When AUTO_IS_NULL is ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-plugin-usage.html
Before using MySQL Enterprise Data Masking and De-Identification, install it according to the instructions provided at Section 8.5.3.1, “MySQL Enterprise Data Masking and De-Identification Plugin Installation”. To use MySQL Enterprise Data ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program Options”. The most common methods are to provide options in an option file or on the command line.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
If there is an authentication factor with a pending registration, a connection is placed into pending registration mode when attempting to connect to the server. MySQL Shell is an advanced command-line client and code editor for MySQL. In addition ...
https://dev.mysql.com/doc/internals/en/event-content-writing-conventions.html
Strings are written in varying formats: A string may be written to a fixed-length field and null-padded (with 0x00 bytes) on the right. For null-terminated strings that are preceded by a length field, the length does not include the terminating null ... Event contents are written using these conventions: Numbers are written in little-endian format (least significant byte first), unless otherwise ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
Attempting to set any of them in MySQL 8.4 raises an error. Attempting to use these together in CREATE TABLE and ALTER TABLE statements now causes an Incorrect column specifier for column error (ER_WRONG_FIELD_SPEC). (Bug #35992145) Group ...(Bug ...
https://dev.mysql.com/doc/internals/en/myisam-introduction.html
Record Header The minimal record header is a set of flags: "X bit" = 0 if row is deleted, = 1 if row is not deleted "Null Bits" = 1 if row contains any null fields, or = 0 otherwise. "Filler Bits" = 1 The length of the record header is thus: (1 + ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
Prior to NDB 7.4.8, this function was not safe for use with NULL. In later versions, ndb_mgm_get_latest_error() is null-safe but returns an arbitrary value. Prior to NDB 7.4.8, this function was not safe for use with NULL. In later versions, ...