Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-structures.html
The ndb_logevent Structure The ndb_mgm_node_state Structure The ndb_mgm_node_state2 Structure The ndb_mgm_cluster_state Structure The ndb_mgm_cluster_state2 Structure The ndb_mgm_reply Structure The ndb_logevent Structure Description This structure ... This section provides information about the data structures defined by the MGM ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
If you have a write transaction, or if you have a read that is time-sensitive (remember, replication in MySQL is asynchronous), set the connection to be not read-only, by calling Connection.setReadOnly(false) and the driver will ensure that further ...Such Connection objects report they are read-only, and isSourceConnection() returns false for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. ndb_waiter repeatedly (each 100 milliseconds) prints out the status of ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-metadata-locks-table.html
Lock requests that have timed out and are waiting for the requesting session's lock request to be discarded. When a pending lock request times out (ER_LOCK_WAIT_TIMEOUT), its row status is updated from PENDING to TIMEOUT. The VICTIM, TIMEOUT, and ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema.html
An “event” is anything the server does that takes time and has been instrumented so that timing information can be collected. This enables you to determine how many times instrumented activities were performed and how much time they took. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
At time of writing, the MySqlSessionStateStore is not added to machine.config at install time, and so add the following: <sessionState> <providers> <add name="MySqlSessionStateStore" type="MySql.Web.SessionState.MySqlSessionStateStore, MySql.Web, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
At time of writing, the MySqlSessionStateStore is not added to machine.config at install time, and so add the following: <sessionState> <providers> <add name="MySqlSessionStateStore" type="MySql.Web.SessionState.MySqlSessionStateStore, MySql.Web, ...
https://dev.mysql.com/doc/internals/en/prepared-stored.html
Finally, the query is passed to the execution runtime — an interpreter that operates with and modifies both the parsed tree and the execution plan in order to execute the query. Let us start with a general description of the MySQL statement ...
https://dev.mysql.com/doc/refman/8.4/en/backup-policy.html
The incremental backups are smaller and take less time to produce. A full backup (a snapshot of the data at a point in time) can be done in MySQL with several tools. For example, MySQL Enterprise Backup can perform a physical backup of an entire ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.incremental.html
Alternatively, at anytime after an incremental backup is taken and before the data is restored, you can bring your full backup up-to-date with your incremental backup. 101208 17:15:12 mysqlbackup: mysqlbackup completed OK! Now, the data files in the ...The --backup-dir option is used to specify the temporary directory into which temporary output, status files, and backup metadata are ...