Search Results
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
To obtain a Connector/C++ binary distribution, visit the Connector/C++ downloads page. For some platforms, Connector/C++ binary distributions are available in platform-specific packaging formats. Binary distributions are also available in more ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The following sections provide details about what appears in the fixed and variable parts of the event data for each event type. LOAD DATA INFILE statements have been associated over time with several different events. The event contents are ...
https://dev.mysql.com/doc/internals/en/optimizer-group-by-related-conditions.html
These are the main optimizations that take place for GROUP BY and related items (HAVING, COUNT(), MAX(), MIN(), SUM(), AVG(), DISTINCT()). For the case GROUP BY x ORDER BY x, the optimizer will realize that the ORDER BY is unnecessary, because the ...
https://dev.mysql.com/doc/internals/en/selectexplain.html
For an EXPLAIN statement, for every SELECT, mysql_select will be called with option SELECT_DESCRIBE. For every SELECT in a given union, mysql_explain_union will call mysql_explain_select. mysql_select creates a JOIN for select if it does not ...
https://dev.mysql.com/doc/ndbapi/en/mccj-getting.html
This section discusses how to obtain ClusterJ sources and binaries, and how to compile, install, and get started with ClusterJ. You can obtain the most recent NDB Cluster release, which includes ClusterJ, from downloads.mysql.com. The installation ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-oracle-mysql-discovery.html
It is possible to discover MySQL instances automatically, using OMS Auto Discovery. To configure Auto Discovery for Oracle MySQL, do the following: From the Setup menu, select Add Target, Configure Auto Discovery. From the Targets on Hosts table, ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collections-as-relational-tables.html
Applications that seek to store standard SQL columns with Documents can cast a collection to a table. In this case a collection can be fetched as a Table object with the Schema.getCollectionAsTable() function. From that moment on it is treated as a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-locking.html
X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. This enables you to control row locking to ensure safe, transactional document updates on collections and to ...