Version sans cache

Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

Displaying 11 to 20 of 294 total results
https://dev.mysql.com/mysql-cluster-ndbinfo-operations-per-fragment.html
This currently has the following formats: Base table: - DbName/def/TblName BLOB table: - DbName/def/NDB$BLOB_BaseTblId_ColNo Ordered index: - sys/def/BaseTblId/IndexName Unique index: - sys/def/BaseTblId/IndexName$unique The $unique suffix shown for ... The operations_per_fragment table provides information about the operations performed on individual fragments and fragment replicas, as well as about some of the results from these ...
https://dev.mysql.com/mysql-cluster-options-variables.html
Controls whether or not constraint checks on unique indexes are deferred until commit time, where such checks are supported. This includes all rows read by any primary key, unique key, or scan operation made in this client session. This includes all ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/merge-table-problems.html
A MERGE table cannot maintain uniqueness constraints over the entire table. MySQL ensures that unique key values remain unique within that MyISAM table, but not over all the underlying tables in the collection. Because the MERGE engine cannot ...
https://dev.mysql.com/mysql-cluster-log-statistics.html
This count also includes reads performed as part of unique index operations. A unique index read operation generates 2 primary key read operations—1 for the hidden unique index table, and 1 for the table on which the read takes place. This ... The ...
https://dev.mysql.com/group-by-functional-dependence.html
The examples use this notation: {X} -> {Y} Understand this as “X uniquely determines Y,” which also means that Y is functionally dependent on X. A UNIQUE index over a NOT NULL column could be used instead of a primary key and the same functional ... The following discussion provides several examples of the ways in which MySQL detects functional ...
https://dev.mysql.com/mysql-cluster-replication-issues.html
In older versions of NDB Cluster, operations that updated values of unique key columns of NDB tables could result in duplicate-key errors when replicated. This issue is solved for replication between NDB tables by deferring unique key checks until ... This section discusses known problems or issues when using replication with NDB Cluster ...
https://dev.mysql.com/explain-output.html
const is used when you compare all parts of a PRIMARY KEY or UNIQUE index to constant values. It is used when all parts of an index are used by the join and the index is a PRIMARY KEY or UNIQUE NOT NULL index. ref is used if the join uses only a ...
https://dev.mysql.com/columns-table.html
COLUMN_KEY Whether the column is indexed: If COLUMN_KEY is empty, the column either is not indexed or is indexed only as a secondary column in a multiple-column, nonunique index. If COLUMN_KEY is UNI, the column is the first column of a UNIQUE index. (A UNIQUE index permits multiple NULL values, but you can tell whether the column permits NULL by checking the Null column.) If COLUMN_KEY is MUL, the column is the first column of a nonunique index in which multiple occurrences of a given value are permitted within the ...
https://dev.mysql.com/replication-options-binary-log.html
For servers that are used in a replication topology, you must specify a unique nonzero server ID for each server. For the before image, it is necessary only that the minimum set of columns required to uniquely identify rows is logged. Otherwise, if ... 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 statements are written to the binary ...
https://dev.mysql.com/mysql-cluster-programs-ndb-desc.html
ndb_desc provides a detailed description of one or more NDB tables. Usage ndb_desc -c connection_string tbl_name -d db_name [options] ndb_desc -c connection_string index_name -d db_name -t tbl_name Additional options that can be used with ndb_desc ...
Displaying 11 to 20 of 294 total results

Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-fct-unique-p-2.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut