Search Results
https://dev.mysql.com/doc/internals/en/calling-sequence.html
You cann use the CALLTRACE() procedure to check in which sequence the member functions are called on any query. This procedure will send one result row for each member function call, every row contains a single text field with one of the values add, ... The init callback is always called first at the beginning of a query, followed by a call to the Section 18.1.2, ...
https://dev.mysql.com/doc/internals/en/optimizer-order-by-clauses.html
In general, the optimizer will skip the sort procedure for the ORDER BY clause if it sees that the rows will be in order anyway. ORDER BY Optimization, provides a description of the internal sort procedure which we will not repeat here, but urge ...
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/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-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 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-reload-tables.html
mysql> CALL sys.HEATWAVE_RELOAD([options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ["only_user_loaded_tables",{true|false}] ["output",{"normal"|"silent"}] } } Use key-value pairs in JSON format to specify options.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-management.html
Refer to Managing Users, in the Oracle Cloud Infrastructure Documentation, for the following user management procedures. Creating a user Editing a user Resetting a user's password Deleting a user Refer to Managing Groups, in the Oracle Cloud ...
https://dev.mysql.com/doc/refman/8.4/en/activestate-perl.html
For example, you might try a setting like this: C:\> set HTTP_proxy=my.proxy.com:3128 Start the PPM program: C:\> C:\perl\bin\ppm.pl If you have not previously done so, install DBI: ppm> install DBI If this succeeds, run the following command: ppm> ... On Windows, you should do the following to install the MySQL DBD module with ActiveState Perl: Get ActiveState Perl from http://www.activestate.com/Products/ActivePerl/ and install ...
https://dev.mysql.com/doc/refman/8.4/en/adding-character-set.html
This section discusses the procedure for adding a character set to MySQL. The proper procedure depends on whether the character set is simple or complex: If the character set does not need special string collating routines for sorting and does not ...If the character set needs either of those features, it is ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-configuration.html
Implicit Error Log Configuration This procedure describes how to load and enable error logging components implicitly using log_error_services. Explicit Error Log Configuration This procedure describes how to load and enable error logging components ... In MySQL 8.4, error logging uses the MySQL component architecture described at Section 7.5, “MySQL ...