Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/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/x-devapi-userguide/en/boolean-expression-strings.html
                                 Boolean expression strings can be used when filtering collections or tables using operations, such as find() and remove(). The following example of a boolean expression string uses find() to search for all documents with a “red” color attribute ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/boolean-expression-strings.html
                                 Boolean expression strings can be used when filtering collections or tables using operations, such as find() and remove(). The following example of a boolean expression string uses find() to search for all documents with a “red” color attribute ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/boolean-expression-strings.html
                                 Boolean expression strings can be used when filtering collections or tables using operations, such as find() and remove(). The following example of a boolean expression string uses find() to search for all documents with a “red” color attribute ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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 7.1.9.1, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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/8.4/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 SET_VAR Hint ... The MySQL server maintains many system variables that affect its ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.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. --innodb-status-file Command-Line Format --innodb-status-file[={OFF|ON}] Type Boolean Default Value OFF The --innodb-status-file ... InnoDB Startup Options InnoDB System Variables 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/doc/refman/8.4/en/mysql-cluster-options-variables.html
                                (It is neither necessary nor desirable to use this option together with --initialize.) --ndb-allow-copying-alter-table=[ON|OFF] Command-Line Format --ndb-allow-copying-alter-table[={OFF|ON}] System Variable ndb_allow_copying_alter_table Scope ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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. --daemonize, -D ... When ...