Search



Search Results
Displaying 491 to 500 of 1932 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
You can override this behavior and force NULL handling that complies with the SQL standard instead, by invoking setSqlCmpSemantics(). You can override this behavior and force NULL handling that complies with the SQL standard instead, by invoking ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-introduction.html
INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges. MySQL uses the default collation for this character set ...Other ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which ...For ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
When enabled, it causes a MySQL server to write informational log events such as row query log events to its binary log. These events are normally ignored by MySQL, and later programs reading the binary log, and so cause no issues when replicating ...The binary log enables point-in-time recovery, preventing data loss during a disaster recovery ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-sharing.html
MySQL Router enables server connections to be pooled and shared. MySQL Router tracks the statements executed by the client and the SQL state of the session to ensure client connections do not lose their session state. SQL statements that depend on ...If a client disconnects, the server connection is moved to the connection pool, where it is available for ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-reference.html
The firewall database can be the mysql system database or a custom schema (see Installing MySQL Enterprise Firewall). For information about MySQL Enterprise Firewall Information Schema and Performance Schema tables, see Section 28.7, ...When ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-concepts.html
The mysql.gtid_executed system table is used to preserve the assigned GTIDs of all the transactions applied on a MySQL server, except those that are stored in a currently active binary log file. GTID sets are used in a MySQL server in several ways.
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. Note In Connector/C++ 8.0.23, a dependency on the mysql-client-plugins package was removed. This package now is required only on hosts where Connector/C++ ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
In MySQL 4.0 and 4.1, such events are written only to the first binary log file that mysqld creates after startup. In MySQL 5.0 and up, all binary log files start with a FORMAT_DESCRIPTION_EVENT. This is 1 in MySQL 3.23 and 3 in MySQL 4.0 and 4.1.
https://dev.mysql.com/doc/refman/8.4/en/bug-reports.html
Before posting a bug report about a problem, please try to verify that it is a bug and that it has not been reported already: Start by searching the MySQL online manual at https://dev.mysql.com/doc/. If you get a parse error for an SQL statement, ...We try to keep the manual up to date by updating it frequently with solutions to newly found ...
Displaying 491 to 500 of 1932 total results