Search



Search Results
Displaying 401 to 410 of 1965 total results
https://dev.mysql.com/doc/refman/9.7/en/replication-options-reference.html
replica_exec_mode: Allows for switching replication thread between IDEMPOTENT mode (key and some other errors suppressed) and STRICT mode; STRICT mode is default, except for NDB Cluster, where IDEMPOTENT is always used. replica_skip_errors: Tells ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions-mbr.html
If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error ...
https://dev.mysql.com/doc/refman/9.7/en/stored-objects-security.html
For an event, an error occurs at event execution time if the account does not exist. For a view, an error occurs when the view is referenced if the SQL SECURITY value is DEFINER but the definer account does not exist. (That is, the statement fails ... Stored programs (procedures, functions, triggers, and events) and views are defined prior to use and, when referenced, execute within a security context that determines their ...
https://dev.mysql.com/doc/refman/9.7/en/webauthn-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'authentication_webauthn'; +-------------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | ... Note WebAuthn authentication is an ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-options-system-variables.html
Important Because X Plugin is not a mandatory plugin, it does not prevent server startup if there is an error in the specified address or list of addresses (as MySQL Server does for bind_address errors). With X Plugin, if one of the listed addresses ... To control activation of X Plugin, use this option: --mysqlx[=value] Command-Line Format --mysqlx[=value] Type Enumeration Default Value ON Valid Values ONOFFFORCEFORCE_PLUS_PERMANENT This option controls how the server loads X Plugin at ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-exitcodes.html
MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit message. Users can, for ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-load-plugin.html
An error occurs if the type is invalid or the plugin cannot be loaded. An error occurs if you try to load a plugin of a type already loaded. Errors To check for errors, call the mysql_error() or mysql_errno() function. Example MYSQL mysql; ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/services-for-plugins.html
my_plugin_log_service: A service that enables plugins to report errors and specify error messages. To report an error that the server will write to it error log, first choose an error level. mysql/service_my_plugin_log.h defines these levels: enum ... MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-summarize-content.html
Reinforcement learning involves an agent interacting with an environment and learning by ', 'trial and error. With numerous applications across industries, AI has the potential to revolutionize various aspects of life, but also raises concerns about ... The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-3-0.html
This is set early enough in the error handling process that it causes all watchdog logging of shutdown stalls to attribute the delay to a shutdown delay (correctly) rather than problem in execution. (Bug #37382551) This fix addresses the following ... MySQL NDB Cluster 9.3.0 is a new Innovation release of NDB Cluster, based on MySQL Server 9.3 and including features in version 9.3 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
Displaying 401 to 410 of 1965 total results