Search Results
                    
                    
            https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/result-set-classes.html
                                The type of result returned depends on the operation that was executed. SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last auto- generated AUTO INCREMENT column values, warnings, or fetched ...The different types of results are outlined in the following ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/result-set-classes.html
                                The type of result returned depends on the operation that was executed. SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last auto- generated AUTO INCREMENT column values, warnings, or fetched ...The different types of results are outlined in the following ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/call.html
                                When the procedure returns, a client program can also obtain the number of rows affected for the final statement executed within the routine: At the SQL level, call the ROW_COUNT() function; from the C API, call the mysql_affected_rows() function. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-rules-table-options.html
                                One or more database options were found, and were evaluated to arrive at an “execute” condition according to the rules described in the previous section (see Section 19.2.5.1, “Evaluation of Database-Level Replication and Binary Logging ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-nl-sql.html
                                The routine automatically detects these errors, and retries the SQL generation until a syntactically valid SQL statement is generated, with a maximum of 3 generation attempts. It can include the following parameters: execute: specifies whether the ...The routine also runs the generated SQL statement and displays the result ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
                                (Bug #29611216) Document Store: The MySqlConnection.GetSchema() method sometimes returned columns in an unexpected order when used with the INFORMATION_SCHEMA.COLUMNS table. (Bug #28928543, Bug #93202) Connector/NET access to MySQL stopped working ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document Store: The Where() method is deprecated (Obsolete attribute applied) and will return a warning when called in the following method constructs: Find().Where(), Modify().Where(), and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/declare-condition.html
                                 DECLARE condition_name CONDITION FOR condition_value condition_value: { mysql_error_code | SQLSTATE [VALUE] sqlstate_value } The DECLARE ... CONDITION statement declares a named error condition, associating a name with a condition that needs ...The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-reference.html
                                 The following table summarizes all available Performance Schema tables. For greater detail, see the individual table descriptions. Table 29.1 Performance Schema Tables Table Name Description accounts Connection statistics per client account ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/change-replication-filter.html
                                If issued against a replication channel which is not configured, the statement fails with an ER_SLAVE_CONFIGURATION error. If issued against Group Replication channels, the statement fails with an ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED error. If the ...Filters set using this statement differ from those set using the server options in two key respects: The statement does not require restarting the server to take effect, only that the replication SQL thread be stopped using STOP REPLICA SQL_THREAD first (and restarted with START REPLICA SQL_THREAD ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/creating-database.html
                                To make menagerie the current database, use this statement: mysql> USE menagerie Database changed Your database needs to be created only once, but you must select it for use each time you begin a mysql session. Note You can see at any time which ...