Search Results
https://dev.mysql.com/doc/internals/en/heap-directory.html
All the MySQL table handlers (that is, the handlers that MySQL itself produces) have files with similar names and functions. Thus, this (heap) directory contains a lot of duplication of the myisam directory (for the MyISAM table handler). Such ...
https://dev.mysql.com/doc/internals/en/innodb-user-records.html
In the User Records part of a page, you'll find all the records that the user inserted. There are two ways to navigate through the user records, depending whether you want to think of their organization as an unordered or an ordered list. If you ...
https://dev.mysql.com/doc/internals/en/parsing-key-information.html
Many of the index methods pass a byte array named *key that identifies the index entry to be read in a standard format. Your storage engine will need to extract the information stored in the key and translate it into its internal index format to ...
https://dev.mysql.com/doc/internals/en/transformations-row-in.html
It will be the same for other subqueries, except for the WHERE clause. To rewrite a row IN subquery, the method used is Item_in_subselect::row_value_transformer. It works in almost the same way as the scalar analog, but works with Item_cache_row ...
https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
This section describes concepts basic to the NDB Cluster MGM API. NdbMgmHandle Working with Log Events Structured Log Events NdbMgmHandle Each MGM API function needs a management server handle of type NdbMgmHandle. This handle is created by calling ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL adapter as a single index that is both unique and ordered. The indexes array of ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. The default error handling can be changed by creating a custom SessionContext and passing it to the mysqlx.getSession() function. For all ...
https://dev.mysql.com/doc/refman/8.4/en/optimizer-hints.html
Changes to this variable affect execution of all subsequent queries; to affect one query differently from another, it is necessary to change optimizer_switch before each one. Optimizer Hint Syntax MySQL supports comments in SQL statements as ... One ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-intro.html
This chapter lists the changes to the Oracle Enterprise Manager for MySQL Database product, beginning with the most recent release. Each release section covers added or changed functionality, bug fixes, and known issues, if applicable.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
The Oracle product that performs hot backups, of InnoDB tables especially but also tables from MyISAM and other storage engines, is MySQL Enterprise Backup. Several mysqlbackup options (with sbt in their names) pass information to media management ... These terms are commonly used in information about the MySQL Enterprise Backup ...apply The operation that transforms a raw backup into a prepared backup by ...