Search Results
https://dev.mysql.com/doc/workbench/en/wb-notes-physical-schemata.html
Double-clicking the Add Note icon in the Model Notes section of the MySQL Model page adds a note with the default name of note1. If a note with this name already exists, the new note is named note2. Adding a new note automatically opens the note ...
https://dev.mysql.com/doc/workbench/en/wb-note-editor.html
To invoke the note editor, double-click a note object in the Model Note section on the MySQL Model page. This opens the note editor docked at the bottom of the application. Any number of notes may be open at the same time. Each additional note ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
Note The vsNN value represents the major version of the MSVC toolchain used to build the libraries. Note One exception for compiler version compatibility is that to build applications using the static JDBC legacy connector, MSVC 2019 is required; ...
https://dev.mysql.com/doc/workbench/en/wb-notes.html
You can add notes to a database only from the Model Notes section of the MySQL Model page.
https://dev.mysql.com/doc/workbench/en/wb-views-overview-notes.html
Any scripts or notes added will be saved with your project.
https://dev.mysql.com/doc/internals/en/notes-on-mtr2.html
NOTE: --force alone is no longer sufficient to guarantee a full test suite run. NOTE: You can no longer be sure of executing test cases in a particular order due to this and other changes brought on by MTR2. NOTE: Be cautious when using a high (>2) ... MTR2 has brought some new utility that can improve testing, but also some elements that can be ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-notes.html
You should keep the following issues and notes in mind: Other MySQL installations: The installation procedure does not recognize MySQL installations by package managers such as Homebrew. For use in single user mode, an entry for _mysql (note the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-generic-linux-notes.html
Note Connector/C++ 8.0.32 provides generic Linux packages for ARM architecture (64 bit). This section describes aspects of building Connector/C++ applications that are specific to Linux. For general application-building information, see Section ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
Note Failures to cancel the statement for setQueryTimeout() may manifest themselves as RuntimeException rather than failing silently, as there is currently no way to unblock the thread that is executing the query being cancelled due to timeout ...
https://dev.mysql.com/doc/internals/en/transactions-notes-on-ddl-and-normal-transaction.html
DDL statements and operations with nontransactional engines do not "register" in thd->transaction lists, and thus do not modify the transaction state. Besides, each DDL statement in MySQL begins with an implicit normal transaction commit (a call to ...