Search Results
https://dev.mysql.com/doc/workbench/en/wb-using-layer-tool.html
The available context-menu options are: Cut 'layer_name' Copy 'layer_name' Paste 'a_table_name' Edit 'layer_name' Delete 'layer_name' Note A layer may also be edited via Properties Editor on the left panel, and it offers additional edit options. To ...
https://dev.mysql.com/doc/workbench/en/wb-views-physical-schemata.html
Copy 'view_name' Paste Edit View Edit in New Window Copy SQL to Clipboard Delete 'view_name': deletes from both the EER canvas and schema. Remove 'view_name': deletes from the EER canvas, but not the schema. Warning Use the Delete 'view_name' item ... To add a view, double-clicking the Add View icon in the Physical Schemas section of the MySQL Model ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
I'm attempting to execute a DELETE query but the query fails with an "Error Code: 1175" error. I'm attempting to execute a DELETE query but the query fails with an "Error Code: 1175" error. How do I proceed? By default, Workbench is configured to ...
https://dev.mysql.com/doc/internals/en/myisam-dynamic-data-file-layout.html
The sense of the frames is to allow reusage of the space of deleted records. A record can be put in one or more frames, also called the record "parts" or "blocks". Starting with an empty data file, records are put in a single frame each, unless a ...
https://dev.mysql.com/doc/internals/en/myisam-introduction.html
Record Header The minimal record header is a set of flags: "X bit" = 0 if row is deleted, = 1 if row is not deleted "Null Bits" = 1 if row contains any null fields, or = 0 otherwise. Instead, deleted rows are marked with a block of type 0. MySQL ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Returns Mysqlx.Resultset:: message Update { required Collection collection = 2; optional DataModel data_model = 3; optional Mysqlx.Expr.Expr criteria = 4; repeated Mysqlx.Datatypes.Scalar args = 8; optional Limit limit = 5; repeated Order order = 6; ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an autoincremented hidden key, i.e. NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Create foreign key failed - child table has Blob or Text column and on-delete-cascade is not allowed 21040 MySQL error. Blobs not allowed in NdbRecord delete result record 4512 MySQL error. This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-synchronous-transactions.html
This example illustrates the use of synchronous transactions in the NDB API. It first creates a database ndb_examples and a table api_simple (if these objects do not already exist) using the MySQL C API with an SQL node, then performs a series of ...