Rechercher dans le manuel MySQL

Displaying 71 to 80 of 276 total results
https://dev.mysql.com/miscellaneous-functions.html
The converse statement is not true: In some cases, INET_ATON() returns non-NULL when IS_IPV4() returns 0. The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ...
https://dev.mysql.com/mysql-cluster-api-definition.html
AutoReconnect Table 22.199 This table provides type and value information for the AutoReconnect API node configuration parameter Property Value Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, false Restart Type N This ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/mysql-cluster-ndbinfo-locks-per-fragment.html
This is also true for the time values shown in the wait_ok_millis and wait_fail_millis columns. The locks_per_fragment table provides information about counts of lock claim requests, and the outcomes of these requests on a per-fragment basis, ...
https://dev.mysql.com/mysql-cluster-ndbinfo-table-info.html
The table_info table provides information about logging, checkpointing, distribution, and storage options in effect for individual NDB tables. For each column, the table shows the name, data type, and a brief description.
https://dev.mysql.com/mysql-cluster-params-ndbd.html
DiskPageBufferMemory: Number of bytes on each data node allocated for the disk page buffer cache DiskSyncSize: Amount of data written to file before a synch is forced EnablePartialLcp: Enable partial LCP (true); if this disabled (false), all LCPs ...
https://dev.mysql.com/mysql-cluster-replication-conflict-resolution.html
Events are applied if and only if both of the following conditions are true: The existence of the row—that is, whether or not it exists—is in accordance with the type of event. When using a replication setup involving multiple masters ...
https://dev.mysql.com/mysql-cluster-rolling-restart.html
This remains true regardless of the order in which you upgrade the cluster's API and SQL nodes. (This is true for online upgrades of NDB Cluster in general.) See also Bug #48528 and Bug #49163. This section discusses how to perform a rolling ...
https://dev.mysql.com/mysql-innodb-cluster-production-deployment.html
When working in a production environment, the MySQL server instances which make up an InnoDB cluster run on multiple host machines as part of a network rather than on single machine as described in Section 21.2.6, “Sandbox Deployment of InnoDB ...
https://dev.mysql.com/mysql-more-results.html
mysql_more_results() true if more results exist from the currently executed statement, in which case the application must call mysql_next_result() to fetch the results. bool mysql_more_results(MYSQL *mysql) This function is used when you execute ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-indexes-create.html
In the following example, "Text(40)" represents the number of characters to index and true indicates that the field cannot contain any NULL values. field("Name", "TEXT(40)", true).execute() Query OK (0.04 sec) To drop an index, pass to the ...
Displaying 71 to 80 of 276 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-8.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