Search



Search Results
Displaying 621 to 630 of 953 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
For usage details, see Section 8.1.3, “Configuring Catalog and Schema Support” USE_MYCNF Read options from my.cnf 65536 Read parameters from the [client] and [odbc] groups from my.cnf. On Unix and macOS, use the parameter name and value as the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-general-information.html
It was developed according to the specifications of the SQL Access Group and defines a set of function calls, error codes, and data types that can be used to develop database-independent applications. ODBC (Open Database Connectivity) provides a ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-api.html
The following tables list Connector/ODBC API calls grouped by task: Table 7.1 ODBC API Calls for Connecting to a Data Source Function Name Connector/ODBC Supports? Standard Purpose SQLAllocHandle Yes ISO 92 Obtains an environment, connection, ...For ...
https://dev.mysql.com/doc/connector-odbc/en/preface.html
This manual describes how to install, configure, and develop database applications using MySQL Connector/ODBC, the driver that allows ODBC applications to communicate with MySQL servers. License Restrictions This software and related documentation ...
https://dev.mysql.com/doc/connector-python/en/preface.html
This manual describes how to install, configure, and develop database applications using MySQL Connector/Python, the Python driver for communicating with MySQL servers. License Restrictions This software and related documentation are provided under ...
https://dev.mysql.com/doc/internals/en/caching.html
(sql/sql_acl.cc) Heap Table Cache Many uses of GROUP BY or DISTINCT cache all found rows in a HEAP table. (Note that the some of the filenames contain an incorrect spelling of the word “cache.”) Key Cache A shared cache for all B-tree index ...
https://dev.mysql.com/doc/internals/en/class-procedure-add.html
Prototype: virtual void add(void); This member function is called once for every source row for a GROUP BY query.
https://dev.mysql.com/doc/internals/en/error-message-adding.html
The procedure for adding error messages depends on which version of MySQL you are using: Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under sql/share. That is, the files have names like ...
https://dev.mysql.com/doc/internals/en/event-meanings.html
Row operation events that belong to the same transaction may be grouped into sequences, in which case each such sequence of events begins with a sequence of TABLE_MAP_EVENT events: one per table used by events in the sequence. The following ...
https://dev.mysql.com/doc/internals/en/myisam-directory.html
They are: mi_cache.c --- for reading records from a cache mi_changed.c --- a single routine for setting a "changed" flag (very short) mi_check.c --- for checking and repairing tables. Can be used to exactly replay a set of changes to a table.
Displaying 621 to 630 of 953 total results