Search



Search Results
Displaying 1511 to 1520 of 4413 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-cext.html
Connector/Python supports a C extension that interfaces with the MySQL C client library. For queries that return large result sets, using the C Extension can improve performance compared to a “pure Python” implementation of the MySQL ...
https://dev.mysql.com/doc/internals/en/bas-ext.html
Purpose Defines the file extensions used by the storage engine. Synopsis virtual const char ** bas_ext ( ); ; Description This is the bas_ext method. It is called to provide the MySQL server with a list of file extensions used by the storage engine. By providing a list of extensions, storage engines can in many cases omit the [custom-engine.html#custom-engine-api-reference-delete_table delete_table()] method as the MySQL server will close all references to the table and delete all files with the specified ...
https://dev.mysql.com/doc/internals/en/calling-sequence.html
The init callback is always called first at the beginning of a query, followed by a call to the Section 18.1.2, “change_columns()”. The Section 18.1.6, “end_of_records()” member is always called last at the very end. For simple non-grouping ...
https://dev.mysql.com/doc/internals/en/innodb-infimum-and-supremum-records.html
“Infimum” and “Supremum” are mathematical terms that refer to the outer bounds of an ordered set. An infimum is Greatest Lower Bound (GLB), so it is lower than the lowest possible key value. A supremum is the Least Upper Bound (LUB), so it ...
https://dev.mysql.com/doc/internals/en/subtests.html
At least in cases where your file contains many subtests Mark these subtests for better readability of the script Write also a message into the protocol. And please explain what each subtest checks, unless it is obvious.
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-architecture.html
MySQL NDB Cluster Connector for Java, also known as ClusterJ, is a Java API for writing applications against NDB Cluster. It is one among different access paths and styles of access to NDB Cluster data. Section 4.1.2, “Java and NDB Cluster”, ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/refman/8.4/en/scheduler-component.html
After executing the task list, removes the tasks from the active list, adds them to the inactive list, and calculates the next time they need to run. The scheduler component provides an implementation of the mysql_scheduler service that enables ...
Displaying 1511 to 1520 of 4413 total results