Search Results
https://dev.mysql.com/doc/internals/en/index-next.html
Synopsis virtual int index_next ( buf); byte * buf ; Description This is the index_next method. Usage Advance to next row in index using pointer or cursor, return row in buffer.
https://dev.mysql.com/doc/internals/en/starting-transaction-from-start-stmt-call.html
The first method call that can start a transaction is the [custom-engine.html#custom-engine-transactions-starting-start-stmt start_stmt()] method. It holds state relevant data for the current client, such as identity, network connection and other ...
https://dev.mysql.com/doc/internals/en/successful-authentication.html
Note Many authentication methods, including the native mysql password methods, consists of a single challenge--response exchange. In that case no extra packets are exchanged in step 4 and server sends OK_Packet directly after receiving Handshake ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are allocated in advance; if those resources are not available, the method returns an error in the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advanced-inventory.html
The Inventory pages enable you to view all currently monitored assets and delete assets which are no longer monitored or no longer present. The information in the Inventory page is read from the repository's Inventory schema, where all information ...
https://dev.mysql.com/doc/x-devapi-userguide/en/creating-a-collection.html
In order to create a new collection call the createCollection() function from a Schema object. It returns a Collection object that can be used right away to, for example, insert documents into the database. Optionally, for Connectors, the field ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples.html
Once you have configured a DSN to provide access to a database, how you access and use that connection is dependent on the application or programming language. As ODBC is a standardized interface, any application or language that supports ODBC can ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples.html
Once you have configured a DSN to provide access to a database, how you access and use that connection is dependent on the application or programming language. As ODBC is a standardized interface, any application or language that supports ODBC can ...
https://dev.mysql.com/doc/internals/en/com-stmt-prepare.html
COM_STMT_PREPARE creates a prepared statement from the passed query string. The server returns a COM_STMT_PREPARE Response which contains a statement-id which is used to identify the prepared statement.
https://dev.mysql.com/doc/internals/en/innodb-overview.html
The chart below shows the three parts of a physical record. Name Size Field Start Offsets (F*1) or (F*2) bytes Extra Bytes 6 bytes Field Contents depends on content Legend: The letter 'F' stands for 'Number Of Fields'. The meaning of the parts is ...