Search Results
https://dev.mysql.com/doc/internals/en/select-steps.html
Every select is performed in these base steps: JOIN::prepare Initialization and linking JOIN structure to st_select_lex. fix_fields() for all items (after fix_fields(), we know everything about item).
https://dev.mysql.com/doc/mysqld-version-reference/en/built-in-functions.html
The following table shows all built-in functions and operators available in MySQL Server. Introduced: The version or versions in which the item was introduced. Deprecated: The version or versions in which the item was deprecated. Removed: The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
* The supplied ActiveHook procedure is called when * the Blob handle becomes 'active'. This example illustrates the manipulation of a blob column in the NDB API using the NdbRecord interface. It demonstrates how to perform insert, read, and update ...
https://dev.mysql.com/doc/ndbapi/en/overview-using-transactions.html
The procedure for using transactions is as follows: Start a transaction (instantiate an NdbTransaction object). Add and define operations associated with the transaction using instances of one or more of the NdbOperation, NdbScanOperation, ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
(Bug #33781445, Bug #106242) When calling the GetSchema("Procedure Parameters") method of a MySqlConnection object, the returned table included column names without any rows representing the collection. X DevAPI Notes Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #34851463) When unloading the assembly, the procedure recommended by Microsoft was not performed accurately for .NET Core frameworks. An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-1-0.html
Deprecation and Removal Notes Packaging Notes X DevAPI Notes Bugs Fixed Deprecation and Removal Notes Previously, mysql.proc was used as a way of speeding up queries for procedures and parameters. MySQL Connector/NET 8.1.0 is a new GA release ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-dmlstatementactivity-category.html
Table 8.4 DML Statement Activity Metrics NameDescriptionTarget Name Name of the OEM Target Call Procedure (Delta) The total number of CALL statements executed. Lists the DML Statement Activity metrics and provides a brief description of each.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-dmlstatementactivity-category.html
Table 6.6 DML Statement Activity Metrics NameDescriptionCall Procedure (Delta) The total number of CALL statements executed. Lists the DML Statement Activity metrics and provides a brief description of each. Dealloc SQL (Delta) The total number of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-statements.html
The following statement types are graphed: SELECT, INSERT, UPDATE, REPLACE, DELETE and Call Procedures. The Statements dashboard displays information on the various types of statement executed on the monitored server. Table 5.7 Statements ...