Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
enforce_gtid_consistency: Prevents execution of statements that cannot be logged in transactionally safe manner. gtid_mode: Controls whether GTID based logging is enabled and what type of transactions logs can contain. relay_log_recovery: Whether ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
As a safety measure, InnoDB prevents INSERT, UPDATE, or DELETE operations when innodb_force_recovery is greater than 0. innodb_strict_mode=ON also enables a row size check when creating or altering a table, to prevent INSERT or UPDATE from failing ...innodb_autoinc_lock_mode Command-Line Format --innodb-autoinc-lock-mode=# System Variable innodb_autoinc_lock_mode Scope Global Dynamic No SET_VAR Hint Applies No Type Integer Default Value 2 Valid Values 012 The lock mode to use for generating auto-increment ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-error-handling.html
Row number and character position details are added to warning messages(Non strict mode) in csv and JSON file formats. Row number is added to warning messages(Non strict mode) in parquet or AVRO file formats. For example: mysql> SET ... See MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
This permits passwords to be specified in a safer way than on the command line even when --no-defaults is used. --ssl-fips-mode={OFF|ON|STRICT} Command-Line Format --ssl-fips-mode={OFF|ON|STRICT} Deprecated Yes Type Enumeration Default Value OFF ...
https://dev.mysql.com/doc/refman/8.4/en/batch-mode.html
Batch mode can also be useful while you're developing a query, particularly for multiple-line statements or multiple-statement sequences. The default output format is different (more concise) when you run mysql in batch mode than when you use it ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB API. Note The Ndb object is multithread safe in that each Ndb object can be handled by one thread at a time. If an Ndb object is ...By using several Ndb objects, it is possible to implement a multithreaded ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load.html
Load Data Using Auto Parallel Load First, run Auto Parallel Load in dryrun mode to check for errors and warnings and to inspect the generated load script. For example: mysql> CALL sys.heatwave_load(JSON_ARRAY("tpch"), JSON_OBJECT("mode","normal")); ... You can load data into a MySQL HeatWave Cluster by using the Auto Parallel Load ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
This permits passwords to be specified in a safer way than on the command line even when --no-defaults is used. --ssl-fips-mode={OFF|ON|STRICT} Command-Line Format --ssl-fips-mode={OFF|ON|STRICT} Deprecated Yes Type Enumeration Default Value OFF ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlimport.html
This permits passwords to be specified in a safer way than on the command line even when --no-defaults is used. --ssl-fips-mode={OFF|ON|STRICT} Command-Line Format --ssl-fips-mode={OFF|ON|STRICT} Deprecated Yes Type Enumeration Default Value OFF ...
https://dev.mysql.com/doc/refman/8.4/en/set-transaction.html
transaction_characteristic: { ISOLATION LEVEL level | access_mode } level: { REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED | SERIALIZABLE } access_mode: { READ WRITE | READ ONLY } This statement specifies transaction characteristics. Each ...