Search Results
https://dev.mysql.com/doc/internals/en/include-directory.html
Header (*.h) files for most libraries; includes all header files distributed with the MySQL binary distribution. Note that each individual directory will also have its own *.h files, for including in its own *.c programs. The *.h files in the ...
https://dev.mysql.com/doc/internals/en/index-last.html
Synopsis virtual int index_last ( buf); byte * buf ; Description This is the index_last method. Parameters buf - byte array to be populated with matching row. Usage Advance to last row in index and return row in buffer.
https://dev.mysql.com/doc/internals/en/packed-record-layout.html
pack bits (!= NULL bits!): One bit per packable column: FIELD_BLOB: Set if blob is empty. => The "pack bits" are rounded up to the next byte boundary. Each field is copied verbatim unless packed according to the "pack bits" paragraph.
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-tables.html
ClusterJ's main purpose is to read, write, and update row data in an existing database, rather than to perform DDL. You can create the employee table that matches this interface, using the following CREATE TABLE statement, in a MySQL client ...
https://dev.mysql.com/doc/x-devapi-userguide/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. The Session class getDefaultSchema() method returns the default schema for the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-data-import-details.html
Last updated: The date and time when the Data Import Details were last updated. Created: The date and time when the data import operation started. Update GTID set (for MySQL dump file imports only): For data that contain GTIDs, how the gtid_executed ... Data Import Details 7.2.1.3.1 Data Import Details Use the Console to view the Data Import ...
https://dev.mysql.com/doc/refman/8.4/en/join.html
A trivial example follows: SELECT * FROM (SELECT 1, 2, 3) AS t1; The maximum number of tables that can be referenced in a single join is 61. INNER JOIN and , (comma) are semantically equivalent in the absence of a join condition: both produce a ...
https://dev.mysql.com/doc/internals/en/rnd-init.html
Unlike index_init(), rnd_init() can be called two times without rnd_end() in between (it only makes sense if scan=1). then the second call should prepare for the new table scan (e.g if rnd_init allocates the cursor, second call should position it to ...Synopsis virtual int rnd_init (scan); bool scan ; Description This is the rnd_init ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
Note Products covered under Oracle Lifetime Sustaining Support, if installed, may appear in the dashboard. Select the MySQL products you want to remove (uninstall) and then click Execute to begin the removal process. During the operation, an ...
https://dev.mysql.com/doc/internals/en/capability-negotiation.html
They can agree on: use of status flags use of SQL states for error-codes authentication methods SSL support Compression . To permit an old client to connect to newer servers, the initial handshake contains the MySQL Server version the server's ...