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 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

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-boolean-p-1.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