Rechercher dans le manuel MySQL

Displaying 141 to 150 of 278 total results
https://dev.mysql.com/general-thread-states.html
Waiting on cond A generic state in which the thread is waiting for a condition to become true. The following list describes thread State values that are associated with general query processing and not more specialized activities such as ...
https://dev.mysql.com/glossary.html
When this assumption is true, the database does little unnecessary work; when requests do fail, extra work must be done to clean up and undo changes. These terms are commonly used in information about the MySQL database server. This glossary ...
https://dev.mysql.com/grant.html
This is also true in MySQL if you use DROP USER. [WITH GRANT OPTION] [AS user [WITH ROLE DEFAULT | NONE | ALL | ALL EXCEPT role [, role ] ... ] ] } GRANT PROXY ON user_or_role TO user_or_role [, user_or_role] ... These syntax restrictions apply: ...
https://dev.mysql.com/group-by-optimization.html
The most important preconditions for using indexes for GROUP BY are that all GROUP BY columns reference attributes from the same index, and that the index stores its keys in order (as is true, for example, for a BTREE index, but not for a HASH ...
https://dev.mysql.com/group-replication-failure-detection.html
Later if the group agrees that the suspicions are probably true, then the group decides that a given server has indeed failed. Group Replication includes a failure detection mechanism that is able to find and report which servers are silent and as ...
https://dev.mysql.com/handler.html
This occurs when both of the following circumstances are true: Any session executes FLUSH TABLES or DDL statements on the handler's table. HANDLER tbl_name OPEN [ [AS] alias] HANDLER tbl_name READ index_name { = | <= | >= | < | > } ...
https://dev.mysql.com/if.html
If a given search_condition evaluates to true, the corresponding THEN or ELSEIF clause statement_list executes. [ELSE statement_list] END IF The IF statement for stored programs implements a basic conditional construct. Note There is also an IF() ...
https://dev.mysql.com/index-hints.html
This is true even if the hint is given for a non-FULLTEXT index. Index hints give the optimizer information about how to choose indexes during query processing. Index hints, described here, differ from optimizer hints, described in Section 8.9.3, ...
https://dev.mysql.com/innodb-and-mysql-replication.html
This is true whether you are using statement-based or row-based replication. MySQL replication works for InnoDB tables as it does for MyISAM tables. It is also possible to use replication in a way where the storage engine on the slave is not the ...
https://dev.mysql.com/innodb-file-space.html
The 768-byte prefix is accompanied by a 20-byte value that stores the true length of the column and points into the overflow list where the rest of the value is stored. The data files that you define in the configuration file using the ...
Displaying 141 to 150 of 278 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-true-p-15.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