Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/method-chaining.html
This section explains how to use method chaining instead of working with SQL strings of JSON structures. The following example shows how method chaining is used instead of an SQL string when working with Session objects. X DevAPI supports a number ...
https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
Caution Because any static global privilege is considered a privilege for all databases, any static global privilege enables a user to see all database names with SHOW DATABASES or by examining the SCHEMATA table of INFORMATION_SCHEMA, except ...
https://dev.mysql.com/doc/refman/8.4/en/stored-objects-security.html
However, when p1 executes, it does so in definer security context and thus executes with the privileges of 'admin'@'localhost', the account named as its DEFINER attribute. An existing stored object can become orphaned through execution of a DROP ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-activity-category.html
However, if it is necessary to read or create a page and no clean pages are available, it is also necessary to wait for pages to be flushed first. Truncated Status Writes (Delta) The number of times output from the SHOW ENGINE INNODB STATUS ...
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/connectors/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. Modifications made to the model affect the tables and columns generated from your code. There ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. Modifications made to the model affect the tables and columns generated from your code. There ...
https://dev.mysql.com/doc/internals/en/x-protocol-implementation-implementation-notes.html
Known good implementation: Boost::ASIO GIO's GBufferedIOStream Corking Further control about how when to actual send data to the other endpoint can be achieved with "corking": linux: TCP_CORK http://linux.die.net/man/7/tcp freebsd/macosx: TCP_NOPUSH ... Topics in this section: Client Server Client and Server implementations of the protocol should make use of the following: vectorized IO pipelining to reduce the latency and CPU ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
This is a checkpoint that is specific to a single node; however, LCPs take place for all nodes in the cluster more or less concurrently. It now refers to the MySQL storage engine (named NDB or NDBCLUSTER) used to enable the NDB Cluster distributed ... Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in the context of either or both of these ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-datatypes.html
The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types.