Search



Search Results
Displaying 41 to 50 of 240 total results
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
--compress, -C Command-Line Format --compress[={OFF|ON}] Deprecated Yes 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 ... The mysqlshow client can be used to quickly see which databases exist, their tables, or a table's columns or ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
This interface is very simple, and you only need to implement the following method: public boolean shouldExceptionTriggerFailover(SQLException ex) A SQLException is passed in, and a boolean returned. The following code snippet illustrates this: ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-transaction.html
4.3.1.26.1 Synopsis public interface Transaction {// Public Methods public abstract void begin(); public abstract void commit(); public abstract boolean getRollbackOnly(); public abstract boolean isActive(); public abstract void rollback(); public ...4.3.1.26.7 setRollbackOnly() public abstract void setRollbackOnly(); Mark this transaction as rollback ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
This interface is very simple, and you only need to implement the following method: public boolean shouldExceptionTriggerFailover(SQLException ex) A SQLException is passed in, and a boolean returned. The following code snippet illustrates this: ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
audit_log_current_session System Variable audit_log_current_session Scope Global, Session Dynamic No SET_VAR Hint Applies No Type Boolean Default Value depends on filtering policy Whether audit logging is enabled for the current session. Unless ...
https://dev.mysql.com/doc/refman/8.4/en/comparison-operators.html
mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200); -> 3 mysql> SELECT INTERVAL(10, 1, 10, 100, 1000); -> 2 mysql> SELECT INTERVAL(22, 23, 30, 44, 200); -> 0 IS boolean_value Tests a value against a boolean value, where boolean_value can be TRUE, ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-fine-tuning.html
If you really need to search for such common words, it would be better to search using IN BOOLEAN MODE instead, which does not observe the 50% threshold. Modifying Boolean Full-Text Search Operators To change the operators used for boolean full-text ...You can exert more control over full-text searching behavior if you have a MySQL source distribution because some changes require source code ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-mecab.html
SELECT COUNT(*) FROM articles WHERE MATCH(title,body) AGAINST('データベース管理' IN NATURAL LANGUAGE MODE); For boolean mode search, the search term is converted to a search phrase. SELECT COUNT(*) FROM articles WHERE MATCH(title,body) ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-shm-definition.html
Checksum Version (or later) NDB 8.4.0 Type or units boolean Default true Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. (NDB 8.4.0) This parameter is a boolean (Y/N) parameter which is disabled by default.
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
authentication_ldap_sasl_referral Command-Line Format --authentication-ldap-sasl-referral[={OFF|ON}] System Variable authentication_ldap_sasl_referral Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value OFF For SASL LDAP ...
Displaying 41 to 50 of 240 total results