Search



Search Results
Displaying 301 to 310 of 1938 total results
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 ...
https://dev.mysql.com/doc/internals/en/custom-engine-source-files.html
After you have copied and renamed the files you must replace all instances of EXAMPLE and example with the name of your storage engine. The easiest way to implement a new storage engine is to begin by copying and modifying the EXAMPLE storage ...
https://dev.mysql.com/doc/internals/en/heap-directory.html
All the MySQL table handlers (that is, the handlers that MySQL itself produces) have files with similar names and functions. Thus, this (heap) directory contains a lot of duplication of the myisam directory (for the MyISAM table handler). Such ...
https://dev.mysql.com/doc/internals/en/myisam-directory.html
They are: mi_cache.c --- for reading records from a cache mi_changed.c --- a single routine for setting a "changed" flag (very short) mi_check.c --- for checking and repairing tables. Can be used to exactly replay a set of changes to a table.
https://dev.mysql.com/doc/internals/en/scripts-directory.html
Linux programmers use it where Windows programmers would use a *.bat (batch filename extension). Can be safely run during any upgrade to get the newest MySQL privilege tables mysql_install_db.sh --- Create privilege tables and func table ...
Displaying 301 to 310 of 1938 total results