Search Results
https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
Doing so will always lead to method missmatch and the following authentication method switch request from server. If authentication method missmatch happens, server sends to client the Authentication Method Switch Request Packet which contains the ...Note The missmatch can happen even if client and server used the same authentication method in the initial handshake, but this method was different from the method M required by the user ...
https://dev.mysql.com/doc/internals/en/dbug-sleep.html
In cases where the normal server code does not have a block point at the critical place, one can insert an artificial synchronization point. This method requires that you modify and recompile the server code. Another problem is that the ...
https://dev.mysql.com/doc/internals/en/transactions-roles-responsibilities.html
The server has only one way to know that an engine participates in the statement and a transaction has been started in an engine: the engine says so. For example, since a call to trans_register_ha() in most engines is embedded into an ...So, in ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
Any given instance of Ndb is bound to a specific Ndb_cluster_connection when created, and that Ndb_cluster_connection is in turn bound to a single and unique management server when it is instantiated. There is no restriction against instantiating ...Such Ndb_cluster_connection objects (and the Ndb instances based on them) are not required even to connect to the same ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
The option is set to preferred mode by default to compress the payload data if the MySQL server instance also supports compression. The existing Schema.CreateCollection method now is overloaded and can be used to pass a CreateCollectionOptions ...In ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 ...
https://dev.mysql.com/doc/x-devapi-userguide/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/understanding-automatic-document-ids.html
X DevAPI relies on server-based document ID generation, which results in sequentially increasing document IDs across all clients. By setting the mysqlx_document_id_unique_prefix to a unique value per cluster instance, you can ensure document IDs are ...Document ID Properties The _id field of a document behaves in the same way as any other fields of the document during queries, except that its value cannot be changed once it has been inserted to the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-a-session-object.html
For example: schema = mysqlx.getSession(...).getSchema(); This object chain is equivalent to the following, with the difference that the intermediate step is omitted: session = mysqlx.getSession(); schema = session.getSchema(). In this example the ... All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-best-hybrid-ref.html
Development is the group of MySQL instances where the product is developed and tested. Production is the group of MySQL instances to which the finished product is deployed for customers to use. This role is limited in the sense that it does not have ...Users are assigned to roles with varying access to the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instances-filtering.html
Figure 16.4 MySQL Instance Filter Table 16.8 MySQL Instance Filter Name Description Server Name Search on full or partial name of the server. Query Analyzer Search for servers on which the Query Analyzer is enabled, or not. Agent Version Search for ...For information on the named filters, see Section 14.3.5, “System and User-defined ...