Search



Search Results
Displaying 601 to 610 of 1437 total results
https://dev.mysql.com/doc/internals/en/error-flags.html
thd->abort_on_warning Strict mode flag, which means that we should abort the statement if we get a warning. Error functions thd->really_abort_on_warning() This function returns 1 if a warning should be converted to an error, like in strict mode when ... The following flags can be examined or set to alter the behavior during error handling: thd->net.report_error thd->net.report_error is set in my_message_sql() if the error message was ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
Permitted ssl-mode values are disabled, required (the default), verify_ca and verify_identity. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
The changes related to this support include: New synonyms for the auth connection string option: authentication and authentication mode (see Options for X Protocol Only). (Bug #24510329) Attempting to generate an Entity Framework model from a MySQL ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and SKIP_LOCKED locking options introduced in the MySQL 8.0 release series (see SELECT ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
Permitted ssl-mode values are disabled, required (the default), verify_ca and verify_identity. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
The MySQL HeatWave airportdb Quickstart shows how to import data into the DB System using the MySQL Shell Dump Load utility, loading data into MySQL HeatWave Cluster using Auto Parallel Load, and running queries. For an online workshop that ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-cluster-failure-and-recovery.html
However, if the MySQL Server is in the SUPER_READ_ONLY mode, you cannot load data into the MySQL HeatWave Cluster, and the recovery fails. See Resolving SUPER_READ_ONLY and OFFLINE_MODE Issue Caused by Low Free Storage Space. MySQL HeatWave Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-events-table.html
SQL_MODE The SQL mode in effect when the event was created or altered, and under which the event executes. One of ENABLED, DISABLED, or REPLICA_SIDE_DISABLED (prior to MySQL 8.2.0, this was SLAVESIDE_DISABLED, now deprecated). REPLICA_SIDE_DISABLED ... The EVENTS table provides information about Event Manager events, which are discussed in Section 27.4, “Using the Event ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-tables-table.html
When creating a table with strict mode disabled, the storage engine's default row format is used if the specified row format is not supported. Free space means the number of bytes in completely free extents minus a safety margin. Even with ...The ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-locks-set.html
However, gap locking can be disabled explicitly, which causes next-key locking not to be used. With innodb_autoinc_lock_mode=0, InnoDB uses a special AUTO-INC table lock mode where the lock is obtained and held to the end of the current SQL ... A ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-standard-monitor.html
The stream includes extra lock information until you disable the Lock Monitor. The lock modes reported in this section are explained in Section 17.7.1, “InnoDB Locking”. The Lock Monitor is the same as the Standard Monitor except that it ...
Displaying 601 to 610 of 1437 total results