Search



Search Results
Displaying 401 to 410 of 5220 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-paramstyle.html
This property is a string that indicates the Connector/Python default parameter style.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-threadsafety.html
This property is an integer that indicates the supported level of thread safety provided by Connector/Python.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-version-info.html
This property indicates the Connector/Python version as an array of version components.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-version.html
This property indicates the Connector/Python version as a string. It is available as of Connector/Python 1.1.0. >>> mysql.connector.__version__ '1.1.0' ...
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.
Displaying 401 to 410 of 5220 total results