Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-connection-category.html
Max Connect Errors If there are more than this number of interrupted connections from a host, that host is blocked from further connections. Lists the Connection configuration metrics and provides a brief description of each. Table 7.7 Connection ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
Keep Files On Create Enabled If a MyISAM table is created with a DATA DIRECTORY or INDEX DIRECTORY option and an existing .MYD or .MYI file is found, MyISAM always returns an error. Lists the Environment configuration metrics and provides a brief ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-myisam-category.html
Keep Files On Create Enabled Whether to overwrite MyISAM MYD/MYI files or return an error if no DATA DIRECTORY / INDEX DIRECTORY option is set, and the files already exist. Lists the Myisam configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationsource-category.html
Verify Checksum Enabled Enabling this option causes the source to verify events from the binary log using checksums, and to stop with an error in the event of a mismatch. Lists the Replication Source configuration metrics and provides a brief ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-insertdelayed-activity-category.html
Table 6.19 Insert Delayed Activity Metrics NameDescriptionErrors (Delta) The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key). Lists the Insert Delayed Activity metrics and provides a brief ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-threads-activity-category.html
Connection Limit Usage (Rate) Once the maximum connection limit for the MySQL server has been reached, no other user connections can be established and errors occur on the client side of the application. Lists the Threads Activity metrics and ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-oem-agent-logging.html
The general log provides logging details of the plugin behavior, errors, status messages and so on. This section describes the Oracle Enterprise Manager for MySQL Database logging. For information on the Oracle Management Service or Management ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-remove.html
remove() returns an error if no search condition string is provided, or if an empty string is provided. The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/creating-a-collection.html
Optionally, for Connectors, the field reuseExistingObject can be set to true and passed as second parameter to prevent an error being generated if a collection with the same name already exists. In order to create a new collection call the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...