Search



Search Results
Displaying 191 to 200 of 1942 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-sbt-history-table-update.html
Rename the original mysql.backup_sbt_history table to mysql.backup_sbt_history_old, and the mysql.backup_sbt_history_new table to mysql.backup_sbt_history. Note If you are working with a multiprimary Group Replication setting, make sure these ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
D data dictionary A set of tables, controlled by the InnoDB storage engine, that keeps track of InnoDB-related objects such as tables, indexes, and table columns. These terms are commonly used in information about the MySQL Enterprise Backup ...
https://dev.mysql.com/doc/workbench/en/wb-image-editor.html
The Image Tab Use the Image tab of the image editor to perform the following tasks: Rename the image using the Name text box. To invoke the image editor, double-click an image object on an EER Diagram canvas. This opens the image editor docked at ...
https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
You may also rename, edit, cut, copy, or delete objects on this page by right-clicking to open a context menu. When the Model Editor is executed from the home screen, MySQL Workbench displays the MySQL Model tab. The MySQL Model page has three main ...
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
To rename a role, double-click the role name to reopen the role editor. The Schema Privileges panel has the following sections, used to create users for your schemas and to define roles: Users Roles The following figure displays the Schema ...
https://dev.mysql.com/doc/workbench/en/wb-notes-physical-schemata.html
Right-clicking a note opens a pop-up menu with the following items: Rename Cut 'note_name' Copy 'note_name' Delete 'note_name' The Edit Note item opens the note editor. Double-clicking the Add Note icon in the Model Notes section of the MySQL Model ...
https://dev.mysql.com/doc/workbench/en/wb-view-editor.html
The View Tab Use the View tab to perform the following tasks: Rename the view using the Name text box. To invoke the view editor, double-click a view object on the EER Diagram canvas or double-click a view in the Physical Schemas section on the ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
Note Going from Connector/J 5.1 to 8.0 and beyond, a number of Ant properties for building Connector/J have been renamed or removed; see Section 3.3.4.1.4, “Changes for Build Properties” for details. Caution You need to install Connector/J from ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
Note Going from Connector/J 5.1 to 8.0 and beyond, a number of Ant properties for testing Connector/J have been renamed or removed; see Section 3.3.4.1.5, “Change for Test Properties” for details. The Connector/J source code repository or ...
https://dev.mysql.com/doc/internals/en/creating-handlerton.html
Possible values are defined in sql/handler.h and copied here: #define HTON_NO_FLAGS 0 #define HTON_CLOSE_CURSORS_AT_COMMIT (1 << 0) #define HTON_ALTER_NOT_SUPPORTED (1 << 1) #define HTON_CAN_RECREATE (1 << 2) #define HTON_FLUSH_AFTER_RENAME (1 << 3) ... The handlerton (short for handler singleton) defines the storage engine and contains method pointers to those methods that apply to the storage engine as a whole, as opposed to methods that work on a per-table ...
Displaying 191 to 200 of 1942 total results