Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
This section contains simple examples of the use of Connector/ODBC with ADO, DAO and RDO. 5.6.7.1.1 ADO: rs.addNew, rs.delete, and rs.update The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of ...
https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
ProtocolBinary::MYSQL_TYPE_STRING, ProtocolBinary::MYSQL_TYPE_VARCHAR, ProtocolBinary::MYSQL_TYPE_VAR_STRING, ProtocolBinary::MYSQL_TYPE_ENUM, ProtocolBinary::MYSQL_TYPE_SET, ProtocolBinary::MYSQL_TYPE_LONG_BLOB, ...
https://dev.mysql.com/doc/internals/en/binlog-event-header.html
The binlog event header starts each event and is either 13 or 19 bytes long, depending on the binlog version. Binlog::EventHeader: Binlog header Payload 4 timestamp 1 event type 4 server-id 4 event-size if binlog-version > 1: 4 log pos 2 flags ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
Next I'll describe the physical attributes of each column in a row. The format depends entirely on the data type and the size of the column, so, for every data type, I'll give a description and an example. All the types are defined within the ...
https://dev.mysql.com/doc/ndbapi/en/mccj-issues.html
This section discusses the limitations and known issues in the MySQL NDB Cluster Connector for Java APIs. Known issues in ClusterJ: Joins: With ClusterJ, queries are limited to single tables. This is not a problem with JPA or JDBC, both of which ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-logging-category.html
Lists the Logging configuration metrics and provides a brief description of each. Table 7.19 Logging Configuration Metrics NameDescriptionGeneral Log Enabled This option enables logging to the general query log, which contains entries that record ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-tableconfiguration-category.html
Lists the Table Configuration configuration metrics and provides a brief description of each. Table 7.35 Table Configuration Configuration Metrics NameDescriptionBig Tables Enabled Enable large result sets by saving all temporary sets in files.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-ndb-activity-category.html
Lists the NDB Activity metrics and provides a brief description of each. Table 6.21 NDB Activity Metrics NameDescriptionConflict Fn Max (Delta) This variable shows the number of times that a row was not applied on the current SQL node due to ...