Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-collections.html
The following section explains how to work with Collections, how to use CRUD operations on Collections and return Documents.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-users-working-with-collections.html
The following section explains how to work with Collections, how to use CRUD operations on Collections and return Documents.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-users-working-with-collections.html
The following section explains how to work with Collections, how to use CRUD operations on Collections and return Documents.
https://dev.mysql.com/doc/refman/8.4/en/innodb-auto-increment-handling.html
InnoDB provides a configurable locking mechanism that can significantly improve scalability and performance of SQL statements that add rows to tables with AUTO_INCREMENT columns. To use the AUTO_INCREMENT mechanism with an InnoDB table, an ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust.html
Normal desktop applications operate under full trust, while web applications that are hosted in shared environments are normally run under the partial trust level (also known as “medium trust”). Some hosting providers host shared applications in ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust.html
Normal desktop applications operate under full trust, while web applications that are hosted in shared environments are normally run under the partial trust level (also known as “medium trust”). Some hosting providers host shared applications in ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-borland.html
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to improve compatibility: Update to BDE 3.2 or newer.
https://dev.mysql.com/doc/internals/en/closing-a-table.html
When the MySQL server is finished with a table, it will call the [custom-engine.html#custom-engine-api-reference-close close()] method to close file pointers and release any other resources.
https://dev.mysql.com/doc/internals/en/com-stmt-execute.html
COM_STMT_EXECUTE asks the server to execute a prepared statement as identified by stmt-id. It sends the values for the placeholders of the prepared statement (if it contained any) in Binary Protocol Value form. The type of each parameter is made up ...
https://dev.mysql.com/doc/internals/en/connection-phase.html
At this stage client can request SSL connection, in which case an SSL communication channel is established before client sends its authentication response. Note In case the server sent a ERR packet as first packet it will happen before the client ...