Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-example-data.html
                                 Note The information in this section applies to NDB Cluster running on both Unix and Windows platforms. Working with database tables and data in NDB Cluster is not much different from doing so in standard MySQL. There are two key points to keep in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-size-pl.html
                                 This is a Perl script that can be used to estimate the amount of space that would be required by a MySQL database if it were converted to use the NDBCLUSTER storage engine. Unlike the other utilities discussed in this section, it does not require ...
                                            
                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. BIT BIT BOOLEAN TINYINT(1) REAL FLOAT DOUBLE PRECISION DOUBLE NUMERIC DECIMAL DECIMAL DECIMAL MONEY DECIMAL(19,2) CHAR CHAR/LONGTEXT Depending on its ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-modules.html
                                 In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench itself. Modules can be written in C++ or Python, but the data types used for arguments and the return value ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-query-attributes.html
                                 Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-datatypes.html
                                 The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types. 
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-datatypes.html
                                 The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types. 
                                            
                https://dev.mysql.com/doc/internals/en/com-query-response.html
                                Image description If it is not a valid Protocol::LengthEncodedInteger it is either a ERR_Packet or a Protocol::LOCAL_INFILE_Request. Image description 14.6.4.1.1 Text Resultset A Text Resultset is a possible COM_QUERY Response. It is made up of two ...
                                            
                https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
                                 The following sections provide details about what appears in the fixed and variable parts of the event data for each event type. LOAD DATA INFILE statements have been associated over time with several different events. The event contents are ...
                                            
                https://dev.mysql.com/doc/internals/en/full-text-search.html
                                 MySQL uses Ranking with Vector Spaces for ordinary full-text queries. Rank, also known as relevance rank, also known as relevance measure, is a number that tells us how good a match is. Vector Space, which MySQL sometimes calls "natural language", ...