Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-a-session-object.html
All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema object. Most examples make use of the X DevAPI ability to chain all object constructions, enabling you to get to the Schema object ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-document-ids.html
Every document has a unique identifier called the document ID, which can be thought of as the equivalent of a table's primary key. This section describes what a document ID is and how to work with it. The document ID value is usually automatically ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-sql-result-sets.html
When you execute an SQL operation on a Session using the sql() method, an SqlResult is returned. Iterating over an SqlResult is identical to working with results from CRUD operations. An SqlResult combines a result set produced by, for example, ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-34.html
Bugs Fixed Fixed layout of the Configuration->MySQL Instances table when not viewing in full screen mode. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Updated the following components to the version listed: gettext ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-36.html
(Bug #35742273) For Metrics tables, the "Show / Hide columns" popup would not reopen after opening and closing it. Bugs Fixed On the Events page, the Advisors filter did not show previously selected (actively filtered) advisors. (Bug #35770124) ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-38.html
Bugs Fixed The "Tables Found with No Primary or Unique Keys" and "AUTO_INCREMENT Field Limit Nearly Reached" advisors were not enabled by default nor available, but are now set to execute every 10 minutes. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/cluster-advisors-ref.html
Default frequency 00:05:00 Default auto-close enabled no Cluster Data Node Redo Log Space Getting Low Advises when the redo log spaces start to fill up. Default frequency 00:05:00 Default auto-close enabled no Cluster Data Node Undo Buffer Space ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/custom-xml-reference.html
For example, the precondition query can be used to check the version of the MySQL server. For more information, see Section 31.2.2.2, “Main Queries” attributes Enables you to label the types of data returned by the query. It is also possible to ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-handlers-creating.html
Figure 22.6 Create Event Handler Dialog Table 22.6 Create Event Handler Controls Name Description Event Handler Name Specify a name which uniquely identifies the new event handler. Event handlers enable you to create a condition which, when met, ...