Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code DEF204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

Rechercher dans le manuel MySQL

Displaying 1 to 10 of 93 total results
https://dev.mysql.com/fulltext-boolean.html
MySQL can perform boolean full-text searches using the IN BOOLEAN MODE modifier. | +----+-----------------------+-------------------------------------+ Note In implementing this feature, MySQL uses what is sometimes referred to as implied Boolean ...With this modifier, certain characters have special meaning at the beginning or end of words in the search ...
https://dev.mysql.com/boolean-literals.html
The constants TRUE and FALSE evaluate to 1 and 0, respectively. mysql> SELECT TRUE, true, FALSE, false; -> 1, 1, 0, 0 .
https://dev.mysql.com/dynamic-system-variables.html
Variables that have a type of “boolean” can be set to 0, 1, ON or OFF. Many server system variables are dynamic and can be set at runtime. For a description of the privilege requirements for setting system variables, see Section 5.1.9.1, ...
https://dev.mysql.com/server-system-variables.html
Boolean variables can be set at startup to the values ON, TRUE, OFF, and FALSE (not case sensitive), as well as 1 and 0. autocommit Property Value Command-Line Format --autocommit[={OFF|ON}] System Variable autocommit Scope Global, Session Dynamic ... The MySQL server maintains many system variables that configure its ...
https://dev.mysql.com/innodb-parameters.html
--innodb-status-file Property Value Command-Line Format --innodb-status-file[={OFF|ON}] Type Boolean Default Value OFF The --innodb-status-file startup option controls whether InnoDB creates a file named innodb_status.pid in the data directory and ... System variables that are true or false can be enabled at server startup by naming them, or disabled by using a --skip- ...
https://dev.mysql.com/server-options.html
--allow-suspicious-udfs Property Value Command-Line Format --allow-suspicious-udfs[={OFF|ON}] Type Boolean Default Value OFF This option controls whether user-defined functions that have only an xxx symbol for the main function can be loaded. When ...
https://dev.mysql.com/lock-order-tool.html
lock_order_debug_loop Property Value Command-Line Format --lock-order-debug-loop[={OFF|ON}] Introduced 8.0.17 System Variable lock_order_debug_loop Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value OFF Whether the LOCK_ORDER ... The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and ...
https://dev.mysql.com/replication-options-binary-log.html
--log-bin-trust-function-creators[={0|1}] Property Value Command-Line Format --log-bin-trust-function-creators[={OFF|ON}] System Variable log_bin_trust_function_creators Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value OFF ... 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/writing-full-text-plugins.html
For boolean mode phrase searches or natural language searches with query expansion, the parser is used to parse column values for information that is not in the index. Also, if a boolean mode search is done for a column that has no FULLTEXT index, ... MySQL supports server-side full-text parser plugins with MyISAM and ...
https://dev.mysql.com/mysql-cluster-ndbd-definition.html
EnablePartialLcp Table 22.67 This table provides type and value information for the EnablePartialLcp data node configuration parameter Property Value Version (or later) NDB 8.0.13 Type or units boolean Default true Range ... EnableRedoControl Table ... The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data ...
Displaying 1 to 10 of 93 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-boolean-p-1.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