Search Results
https://dev.mysql.com/doc/relnotes/mysql-ai/en/preface.html
Trademark Notice Oracle, Java, MySQL, and NetSuite are registered trademarks of Oracle and/or its affiliates. This document contains release notes for the changes in each release of MySQL AI. GOVERNMENT END USERS: Oracle programs (including any ...
https://dev.mysql.com/doc/internals/en/error-message-adding.html
The procedure for adding error messages depends on which version of MySQL you are using: Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under sql/share. Beginning with MySQL 5.0.3, error messages are ...That is, the files have names like czech/errmsg.txt, danish/errmsg.txt, and so forth, and each one is ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/heatwave-aws/en/preface.html
Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Preface and Legal Notices Preface and Legal Notices This is the MySQL HeatWave on AWS Service Guide. GOVERNMENT END USERS: Oracle programs (including any operating ...This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property ...
https://dev.mysql.com/doc/internals/en/prepared-stored.html
Conventional statements, that is, SQL queries sent in COM_QUERY protocol packet, are the only statements present in MySQL server prior to version 4.1. Let us start with a general description of the MySQL statement processing workflow in order to ...
https://dev.mysql.com/doc/workbench/en/wb-grt-data-organization.html
The Generic RunTime (GRT) is the internal system used by MySQL Workbench to hold model document data. Application Objects Tree (GRT Tree) As mentioned previously, MySQL Workbench document data is stored in an object hierarchy. It is also the ...
https://dev.mysql.com/doc/internals/en/determining-binary-log-version.html
However, there are some exceptional conditions that must be accounted for: Exceptional Condition 1: In MySQL 4.0 and 4.1, the initial event in a binary log file might not be a start event. If a log file begins with an event that is not ... Given any ...
https://dev.mysql.com/doc/internals/en/event-structure.html
This section describes the general properties of events as byte sequences as they are written to binary or relay log files. Some details of event structure are invariant across binary log versions; others depend on the version. Within any given ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes-ndbrecord.html
This program illustrates how to use secondary indexes in the NDB API with the aid of the NdbRecord interface. The source code for this example may be found in the NDB Cluster source trees, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
To create an instance, use the Node.js require() function with the driver name, like this: var nosql = require("mysql-js"); ConnectionProperties can be used to retrieve or set the connection properties for a given session. This class is used to ...