Search Results
https://dev.mysql.com/doc/internals/en/prepared-stored-statement-execution.html
INITIALIZED_FOR_SP — we're in first execution of a stored procedure statement. EXECUTED — we're in a subsequent execution of a prepared statement or a stored procedure statement. In order to call mysql_execute_command (the function that ...
https://dev.mysql.com/doc/internals/en/starting-transaction-from-external-lock-method.html
That is, if an INSERT fires a trigger, which calls a stored procedure, that invokes a stored method, and so forth, all tables used in the trigger, stored procedure, method, etc., are locked in the beginning of the INSERT. MySQL calls ...
https://dev.mysql.com/doc/internals/en/transformations-singlerow.html
But every Item_field and Item_ref of that expression will be marked for processing by a special fix_fields() procedure. The fix_fields() procedures for such Items will be performed in the same way as for items of an inner subquery.
https://dev.mysql.com/doc/mysqld-version-reference/en/sys-schema-objects.html
The following tables show all sys schema objects available in MySQL Server. Introduced: The version or versions in which the item was introduced. Deprecated: The version or versions in which the item was deprecated. Removed: The version or versions ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
Deprecation and Removal Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Data can be passed in and out of a MySQL stored procedure through the MySqlCommand.Parameters collection. When used ...This secondary action now is deprecated and will be removed in a future ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
(Bug #30292290, Bug #96835) Improved handling for stored procedures and the INOUT parameter. For example, if a stored procedure had one or more parameters then an incomplete result set could be returned. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
(Bug #33134373) Added logic to correctly detect OUT/INOUT parameters from a stored procedure, as a workaround to a libmysqlclient issue. (Bug #30578291) The second call to a stored procedure failed if the statement was closed after the results of ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
(Bug #90862, Bug #28020811) Cursors (both the pure Python and C extension versions) use a single SELECT to retrieve procedure result parameters following a procedure call, but one SET was used per parameter when setting the input parameters.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-statementprocessing-category.html
Max Sp Recursion Depth The number of times that any given stored procedure may be called recursively. Lists the Statement Processing configuration metrics and provides a brief description of each. Big Selects Enabled If set to 0, MySQL aborts ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connect.html
The following procedures assume that mysql clients are available on remote client hosts. The procedures also assume that you have distributed client certificate and key files to the remote clients as described in Distributing Client Certificate and ...The first method uses the TLS (Transport Layer Security) protocol to establish an encrypted ...