Search



Search Results
Displaying 171 to 180 of 5135 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector.html
The mysql.connector module provides top-level methods and properties. ...
https://dev.mysql.com/doc/internals/en/files-in-mysql-sources.html
This is a description of the files that you get when you download the source code of MySQL. This description begins with a list of the main directories and a short comment about each one. Then, for each directory, in alphabetical order, a longer ...
https://dev.mysql.com/doc/internals/en/memory-allocation-mysql-server.html
Things in libraries that are outside of MySQL's control (like hash tables). The basic logic to use: All things that are used only for the duration of a query are allocated in THD::mem_root through sql_alloc() or thd->alloc() except: Things that may ...
https://dev.mysql.com/doc/internals/en/mysql-packet.html
If a MySQL client or server wants to send data, it: Splits the data into packets of size (224−1) bytes Prepends to each chunk a packet header Protocol::Packet Data between client and server is exchanged in packets of max 16MByte size. The number ...
https://dev.mysql.com/doc/internals/en/mysql-test-directory.html
The directory has a README file which explains how to run the tests, how to make new tests (in files with the filename extension *.test), and how to report errors. Primarily these are SQL scripts which try out a feature, output a result, and compare ...
https://dev.mysql.com/doc/refman/8.4/en/debugging-mysql.html
This section describes debugging techniques that assist efforts to track down problems in MySQL.
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-telemetry.html
The MySQL telemetry component is based on the OpenTelemetry (OTel) project, an open-source, vendor-neutral observability framework providing a common observability standard. It enables users to instrument their applications in order to export ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore.html
This section describes usage of the NDB native backup and restore functionality implemented in MySQL Cluster Manager, to perform a number of common tasks.
https://dev.mysql.com/doc/extending-mysql/8.4/en/mysql-threads.html
The MySQL server creates the following threads: Connection manager threads handle client connection requests on the network interfaces that the server listens to. On Unix, this manager thread also handles Unix socket file connection requests. On ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api.html
MySQL Router REST API interface. ...
Displaying 171 to 180 of 5135 total results