Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the ...
Oracle Enterprise Manager for MySQL Database User's Guide :: 7.4 Character Set Configuration Metrics
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-characterset-category.html
Lists the Character Set configuration metrics and provides a brief description of each. Table 7.4 Character Set Configuration Metrics NameDescriptionClient The character set for statements that arrive from the client. Connection The character set ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-connection-category.html
Lists the Connection configuration metrics and provides a brief description of each. Table 7.7 Connection Configuration Metrics NameDescriptionBack Log The number of outstanding connection requests MySQL can have. Connect Timeout The number of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-connectionbuffers-category.html
Lists the Connection Buffers configuration metrics and provides a brief description of each. Table 7.8 Connection Buffers Configuration Metrics NameDescriptionBulk Insert Buffer Size Limits the size (in bytes) of the special tree-like cache MyISAM ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-performanceschema-category.html
Lists the Performance Schema configuration metrics and provides a brief description of each. Table 7.27 Performance Schema Configuration Metrics NameDescriptionAccounts Size The number of rows in the accounts table. Digests Size The maximum number ...
https://dev.mysql.com/doc/x-devapi-userguide/en/building-expressions.html
This section explains how to build expressions using X DevAPI. When working with MySQL expressions used in CRUD, statements can be specified in two ways. The first is to use strings to formulate the expressions which should be familiar if you have ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collections-as-relational-tables.html
Applications that seek to store standard SQL columns with Documents can cast a collection to a table. In this case a collection can be fetched as a Table object with the Schema.getCollectionAsTable() function. From that moment on it is treated as a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
X DevAPI supports the use of DNS SRV records for connecting to MySQL servers. A client that receives a DNS SRV lookup result attempts to connect to the MySQL server on each of the listed hosts in order of preference, based on the priority and ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connector-j-notes.html
The following are some features unique to X DevAPI for Connector/J: The creation of new Session objects with SessionFactory. The JsonValue interface and its implementations, including JsonObject, JsonString, JsonArray, and JsonNumber. An extended ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-introduction.html
This guide explains how to use the X DevAPI and provides examples of its functionality. The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. For more background information and instructions on how to install and ...