PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 255.8Kb
Man Pages (Zip)
- 360.7Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/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/doc/refman/5.7/en/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/doc/refman/5.7/en/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.8.1, ...
https://dev.mysql.com/doc/refman/5.7/en/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 Command-Line Format --autocommit[={OFF|ON}] System Variable autocommit Scope Global, Session Dynamic Yes Type Boolean ... The MySQL server maintains many system variables that affect its ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html
--innodb-status-file 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 writes SHOW ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html
--ndbcluster Command-Line Format --ndbcluster[=value] Disabled by skip-ndbcluster Type Boolean Default Value OFF The NDBCLUSTER storage engine is necessary for using NDB Cluster. (Bug #81689, Bug #23518923) --ndb-allow-copying-alter-table=[ON|OFF] ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/doc/refman/5.7/en/server-options.html
--allow-suspicious-udfs Command-Line Format --allow-suspicious-udfs[={OFF|ON}] Type Boolean Default Value OFF This option controls whether loadable functions that have only an xxx symbol for the main function can be loaded. When you start the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndbd-definition.html
EnablePartialLcp Version (or later) NDB 7.6.4 Type or units boolean Default true Range ... EnableRedoControl Version (or later) NDB 7.6.7 Type or units boolean Default false Range ... The behavior of data nodes is also affected by a set of [ndbd] ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options-replica.html
--relay-log-purge={0|1} Command-Line Format --relay-log-purge[={OFF|ON}] System Variable relay_log_purge Scope Global Dynamic Yes Type Boolean Default Value ON Disable or enable automatic purging of relay logs as soon as they are no longer needed.
https://dev.mysql.com/doc/refman/5.7/en/mysqlpump.html
--compress, -C Command-Line Format --compress[={OFF|ON}] Type Boolean Default Value OFF Compress all information sent between the client and the server if possible. --debug-check Command-Line Format --debug-check Type Boolean Default Value FALSE ...