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

Zoek in de MySQL-handleiding

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-fct-true-p-8.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:en Manuel MySQL : https://dev.mysql.com/

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut