Search Results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-bind-named-param.html
To store both named and unnamed bind user variables, call mysql_stmt_bind_named_param() after mysql_stmt_prepare(). Subsequent to binding the variables, you can set and change them repeatedly. bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/test-protocol-trace-plugin.html
Control the plugin using these environment variables: MYSQL_TEST_TRACE_DEBUG: Set this variable to a value other than 0 to cause the test plugin to produce diagnostic output on stderr. MYSQL_TEST_TRACE_CRASH: Set this variable to a value other than ... MySQL includes a test protocol trace plugin that serves to illustrate the information available from such plugins, and as a guide to writing other protocol trace ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
The intent of the macros is to provide a way to systematically and predictably maintain version numbering of the Connector/C++ product. The latter must be installed on the system in order to run code that links against Connector/C++ libraries. This ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn.html
There are three types of DSN: A System DSN is a global DSN definition that is available to any user and application on a particular system. A System DSN can normally only be configured by a systems administrator, or by a user who has specific ... A ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn.html
There are three types of DSN: A System DSN is a global DSN definition that is available to any user and application on a particular system. A System DSN can normally only be configured by a systems administrator, or by a user who has specific ... A ...
https://dev.mysql.com/doc/ndbapi/en/ndb-datafile.html
Datafile::getPath() Description This method returns the file system path to the data file. Return value The path to the data file on the data node's file system, a string (character pointer). Datafile::setPath() Description This method sets the path ... This section provides information about the Datafile class, which models an NDB Cluster data ...
https://dev.mysql.com/doc/ndbapi/en/ndb-undofile.html
Undofile::getPath() Description This method retrieves the path matching the location of the undo file on the data node's file system. Return value The file system path, a string (as a character pointer). Undofile::setPath() Description This method ...Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() Undofile::getLogfileGroupId() Undofile::getNode() (OBSOLETE) Undofile::getObjectId() Undofile::getObjectStatus() Undofile::getObjectVersion() Undofile::getPath() Undofile::getSize() Undofile::setLogfileGroup() Undofile::setNode() (OBSOLETE) Undofile::setPath() Undofile::setSize() Undofile Class Overview Parent class NdbDictionary Child classes None Description The Undofile class models an NDB Cluster Disk Data undo file, which stores data used for rolling back ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database systems. Since all data are (in most NDB Cluster configurations) synchronously replicated and stored on multiple ...When a new table is created, its attribute schema is specified for the table as a whole, and thus each table row has the same ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-running-queries.html
When MySQL HeatWave is enabled and the data you want to query is loaded, queries that qualify are automatically offloaded from the DB System to MySQL HeatWave for accelerated processing. Simply run the query from a client, application, or interface ...Query processing in MySQL HeatWave can access partitions with standard ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-select.html
CUBE modifier is available only in secondary engine and is not supported in the DB System. QUALIFY clause is available only in secondary engine and is not supported in the DB System. TABLESAMPLE clause is available only in secondary engine and is ...