Search



Search Results
Displaying 2861 to 2870 of 4734 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-clientflag.html
This class provides constants defining MySQL client flags that can be used when the connection is established to configure the session. >>> import mysql.connector >>> mysql.connector.ClientFlag.FOUND_ROWS 2 See Section 10.2.32, ...
https://dev.mysql.com/doc/internals/en/new-rpms-directory.html
It is a temporary directory used during RPM builds with Linux distributions.
https://dev.mysql.com/doc/internals/en/optimizer-trace-implementation.html
A trace is started by creating an instance of Opt_trace_start; information is added to this trace by creating instances of Opt_trace_object and Opt_trace_array, and by using the add() functions of those classes...
https://dev.mysql.com/doc/internals/en/sccs-directory.html
You will see this directory if and only if you used BitKeeper for downloading the source. The files here are for BitKeeper administration and are not of interest to application programmers.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-15.html
Bugs Fixed The client library has been modified to initialize the MySqlBulkLoader class with the local-infile capability disabled by default (see Using the BulkLoader Class).
https://dev.mysql.com/doc/x-devapi-userguide/en/connector-j-notes.html
The following are some features unique to X DevAPI for Connector/J: The creation of new Session objects with SessionFactory. The JsonValue interface and its implementations, including JsonObject, JsonString, JsonArray, and JsonNumber. An extended ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-linux.html
After installing iODBC, proceed to install the PostgreSQL ODBC drivers. Use the latest version available for download, which will be at the bottom of the downloads page. Extract this tarball to a temporary location, open a terminal, and cd into ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password Authentication. In this case it is assumed that server has already sent the authentication ...
https://dev.mysql.com/doc/x-devapi-userguide/en/mysql-x-driver-notes.html
Each driver implementation of X DevAPI may deviate from the description in marginal details to align the implementation to the common pattern and styles of the host language. All class names are identical among drivers and all drivers support the ...
https://dev.mysql.com/doc/internals/en/variation-of-storage-engine.html
Checks of the INFORMATION_SCHEMA The storage engines to be used for information_schema tables are hardcoded. Therefore tests focussed on permissions, optimizer strategies, column data types etc. when selecting on INFORMATION_SCHEMA tables should ...
Displaying 2861 to 2870 of 4734 total results