Search



Search Results
Displaying 2231 to 2240 of 4186 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
(WL #16327) The following methods of the Connector/Python API have been deprecated, with some of them replaced by new property methods: MySQLConnection.get_server_version() replaced by the server_version property. (WL #16752) Bugs Fixed When ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
For a text field, you must specify a prefix length for the index, as required by MySQL Server: myCollection.createIndex("zip", {fields: [{field: "$.zip", type: "TEXT(10)"}]}) See Defining an Index for information on the format of IndexDefinition and ... To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
Schema validation is performed by the server, which returns an error message if a document in a collection does not validate against the assigned JSON schema. If a document does not validate, the server generates an error and the operation fails.
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
You can provide multiple MySQL Router or server endpoints (as host and an optional port, or Unix sockets) when creating a session. When multiple endpoints are available, the choice of which server is used for the session depends on whether you ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-introduction.html
A new high-level session concept enables you to write code that can transparently scale from single MySQL Server to a multiple server environment. This guide explains how to use the X DevAPI and provides examples of its functionality. The X DevAPI ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-prepared-statements.html
X DevAPI improves performance for each CRUD statement that is executed repeatedly by using a server-side prepared statement for its second and subsequent executions. This happens internally—applications do not need to do anything extra to utilize ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-savepoints.html
Savepoints and Implicit Transaction Behavior The exact behavior of savepoints is defined by the server, and specifically how autocommit is configured. For example, consider the following statements with no explicit BEGIN, session.startTransaction() ... X DevAPI supports savepoints, which enable you to set a named point within a transaction that you can revert ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
For a text field, you must specify a prefix length for the index, as required by MySQL Server: myCollection.createIndex("zip", {fields: [{field: "$.zip", type: "TEXT(10)"}]}) See Defining an Index for information on the format of IndexDefinition and ... To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-validation.html
Schema validation is performed by the server, which returns an error message if a document in a collection does not validate against the assigned JSON schema. If a document does not validate, the server generates an error and the operation fails.
Displaying 2231 to 2240 of 4186 total results