Search Results
https://dev.mysql.com/doc/internals/en/coding-style.html
Please have a look at the C/C++ coding guidelines and apply them when they make sense. Some more or less strict rules: Try to have a good readable text flow. Avoid lines longer than ~ 100 characters unless there is no other choice. Think about a ...
https://dev.mysql.com/doc/refman/8.4/en/server-configuration-validation.html
MySQL supports a --validate-config option that enables the startup configuration to be checked for problems without running the server in normal operational mode: mysqld --validate-config If no errors are found, the server terminates with an exit ...For additional checks to occur, correct the initial problem and run the server with --validate-config ...
https://dev.mysql.com/doc/workbench/en/wb-installing-windows.html
When executing MySQL Installer, you may choose MySQL Workbench as one of the products to install. It is selected by default, and essentially executes the standalone MSI Installer package described in the next section. MySQL Workbench for Windows ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-ado.html
To find the number of rows affected by a specific SQL statement in ADO, use the RecordsAffected property in the ADO execute method. For more information on the usage of execute method, refer to ... When you are coding with the ADO API and ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-partitions-table.html
MAX_DATA_LENGTH The maximum number of bytes that can be stored in this partition or subpartition. UPDATE_TIME The time that the partition or subpartition was last modified. CHECK_TIME The last time that the table to which this partition or ...Each ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. The ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 3.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. The ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-start-transaction.html
If the server is older than MySQL 5.6.5, it does not support setting the access mode and Connector/Python raises a ValueError. Invoking start_transaction() raises a ProgrammingError if invoked while a transaction is currently in progress. This ...It ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-start-transaction.html
If the server is older than MySQL 5.6.5, it does not support setting the access mode and Connector/Python raises a ValueError. Invoking start_transaction() raises a ProgrammingError if invoked while a transaction is currently in progress. This ...It ...
https://dev.mysql.com/doc/ndbapi/en/overview-cluster-concepts.html
When an application executes a transaction, it connects to one transaction coordinator on one data node. Even though a single TC is responsible for the transaction, several ACCs and TUPs on other data nodes might be involved in that transaction's ...