Search Results
https://dev.mysql.com/doc/internals/en/rows-event.html
repeat rows until event-end Fields table_id (6) -- If the table id is 0x00ffffff it is a dummy event that should have the end of statement flag set that declares that all table maps can be freed. Note if the post_header_length in the ...
https://dev.mysql.com/doc/internals/en/writing-services-for-use-from-plugins.html
Services are implemented by modifying server code in the sql directory to register the service in the plugin code, and by providing interface files in the libservices directory and under the include directory. For complete instructions on writing a ...As you read the HOWTO file, you might find it useful to examine the files that implement existing ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
The application programmer can specify the partition key from SQL by using the following construct: CREATE TABLE ... ENGINE=NDB PARTITION BY KEY (attribute_list); For additional information, see Partitioning, and in particular KEY Partitioning, in ... The default method is to select the transaction coordinator (TC) determined to be the "nearest" data node, using a heuristic for proximity based on the type of transporter ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-faq.html
C.7: Why does monitoring a MySQL instance with FEDERATED tables cause extra connections, and decreased performance? When the agent starts, it executes a discovery process that performs a number of INFORMATION_SCHEMA queries that gather table ...The ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. Additionally, each instance has the attributes errno, msg and sqlstate which can be used in ... This exception is the base class for all other exceptions in the errors ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. Additionally, each instance has the attributes errno, msg and sqlstate which can be used in ... This exception is the base class for all other exceptions in the errors ...
MySQL Enterprise Monitor 8.0 Release Notes :: Changes in MySQL Enterprise Monitor 8.0.3 (2018-10-16)
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-3.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The Tomcat server, bundled with MySQL Enterprise Service Manager, has been upgraded to 8.5.34. Under certain circumstances, Out Of Memory errors caused the MySQL Enterprise ...
https://dev.mysql.com/doc/workbench/en/wb-eer-color-key.html
Table 9.1 MySQL Workbench Color Key for EER Diagrams Color Hover On Meaning Related Action Golden yellow Connection line Highlights the fields represented by the connection between two tables (see Figure 9.10, “Golden Yellow Highlight”). For the ... Color connection lines within EER diagrams provide quick visual information about how the tables in your model ...
https://dev.mysql.com/doc/workbench/en/wb-eer-diagrams-section.html
Enhanced Entity-Relationship (EER) diagrams are an essential part of the modeling interface in MySQL Workbench. MySQL Workbench applies standard concepts and symbols to show table relationships, as indicated in the following figure. For more ...EER ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
The following table shows the mapping between PostgreSQL (source) data types and MySQL data types. Table 10.3 Type mapping Source Type MySQL Type Comment INT INT SMALLINT SMALLINT BIGINT BIGINT SERIAL INT Sets AUTO_INCREMENT in its table definition. MySQL Server 5.6 and higher can have CHAR columns with a length up to 255 ...BIT BIT BOOLEAN TINYINT(1) REAL FLOAT DOUBLE PRECISION DOUBLE NUMERIC DECIMAL ...