Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/show-procedure-code.html
                                For each statement that is taken from source, there is a code word stmt followed by a type (9 means DROP, 5 means INSERT, and so on).  SHOW PROCEDURE CODE proc_name This statement is a MySQL extension that is available only for servers that have ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-meter-metrics.html
                                crud_drop_view Mysqlx_crud_drop_view ASYNC COUNTER The number of drop view requests received. drop_collection Mysqlx_stmt_drop_collection ASYNC COUNTER The number of drop collection statements received. drop_collection_index ... The following server ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/view-syntax.html
                                To alter the definition of a view or drop a view, use ALTER VIEW (see Section 15.1.11, “ALTER VIEW Statement”), or DROP VIEW (see Section 15.1.35, “DROP VIEW Statement”).  The CREATE VIEW statement creates a new view (see Section 15.1.23, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/x-plugin-status-variables.html
                                Mysqlx_aborted_clients The number of clients that were disconnected because of an input or output error. Mysqlx_address The network address or addresses for which X Plugin accepts TCP/IP connections. If multiple addresses were specified using the ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
                                (Bug #37704514) Performance: Redundant conditions in some queries optimized away in MySQL 8.0 were no longer removed in later versions, leading to a significant drop in the performance of such queries. (Bug #37822992) InnoDB: Fixed an issue relating ... Note These release notes were created with the assistance of MySQL HeatWave ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-multiple-queries.html
                                Failure to process the result this way may result in a dropped connection to the server.  By default, mysql_real_query() and mysql_query() interpret their statement string argument as a single statement to be executed, and you process the result ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-ref-efcore.html
                                MySql.EntityFrameworkCore.Extensions Namespace Classes Class Description MySQLDatabaseFacadeExtensions MySQL specific extension methods for Database(). MySQLDbFunctionsExtensions Provides CLR methods that get translated to database functions when ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-ref-efcore.html
                                MySql.EntityFrameworkCore.Extensions Namespace Classes Class Description MySQLDatabaseFacadeExtensions MySQL specific extension methods for Database(). MySQLDbFunctionsExtensions Provides CLR methods that get translated to database functions when ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes.html
                                 This program illustrates how to use secondary indexes in the NDB API. The source code for this example may be found in the NDB Cluster source tree, in storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
                                All of the examples use a sample table named tweet, in the test database.  The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js ...