PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/innodb-auto-increment-handling.html
This result is true whether or not there are concurrently executing “INSERT-like” statements (of any type). This result is true whether or not there are concurrently executing “INSERT-like” statements (of any type). InnoDB provides a ...
https://dev.mysql.com/doc/refman/9.7/en/kerberos-pluggable-authentication.html
For example: [appdefaults] mysql = { destroy_tickets = true } The client-side plugin recognizes these parameters in the mysql section: The destroy_tickets value indicates whether the client-side plugin destroys the TGT after obtaining and using it.
https://dev.mysql.com/doc/refman/9.7/en/keyring-oci-component.html
If the item is present, its value is true or false, indicating whether the component should read configuration information from the local configuration file. If the value is true, the component ignores the other items in the global configuration ...
https://dev.mysql.com/doc/refman/9.7/en/keywords.html
This may also be true for the names of built-in functions. Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. Some keywords which are otherwise ...
https://dev.mysql.com/doc/refman/9.7/en/ldap-pluggable-authentication.html
For example: [appdefaults] mysql = { ldap_server_host = "ldap_host.example.com" ldap_destroy_tgt = true } The client-side plugin recognizes these parameters in the mysql section: The ldap_server_host value specifies the LDAP server host and can be ... Note LDAP pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/loadable-function-reference.html
The following table lists each function that is loadable at runtime and provides a short description of each one. For a table listing built-in functions and operators, see Section 14.1, “Built-In Function and Operator Reference” For general ...
https://dev.mysql.com/doc/refman/9.7/en/miscellaneous-functions.html
The converse statement is not true: In some cases, INET_ATON() returns non-NULL when IS_IPV4() returns 0. The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-api-definition.html
AutoReconnect Version (or later) NDB 9.7.0 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. Wan Version (or later) NDB 9.7.0 Type or units boolean Default false Range true, ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-mgm-definition.html
Wan Version (or later) NDB 9.7.0 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. (NDB 9.7.0) If this parameter is set to true, a client, once connected to this management ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-dictionary-tables.html
dictionary_tables contains the columns listed here: table_id The table' unique ID database_name Name of the database containing the table table_name Name of the table status The table status; one of New, Changed, Retrieved, Invalid, or Altered.