Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/server-options.html
                                --check-table-functions=value Command-Line Format --check-table-functions=value Introduced 8.4.5 Type Enumeration Default Value ABORT Valid Values WARNABORT When performing an upgade of the server, we scan the data dictionary for functions used in ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/using-explain.html
                                 The EXPLAIN statement provides information about how MySQL executes statements: EXPLAIN works with SELECT, DELETE, INSERT, REPLACE, and UPDATE statements. When EXPLAIN is used with an explainable statement, MySQL displays information from the ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
                                Partitioning: ALTER TABLE did not always work correctly with partitioned tables.  C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs Performance Schema Notes sys Schema Notes Thread Pool Notes ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-added.html
                                REORGANIZE PARTITION steps is to make use of the logical backup of the NDB tables' metadata, which is part of the cluster backup created by MySQL Cluster Manager.  A partial restore can also be performed when new data nodes have been added to a ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-intro.html
                                The Table Editor provides easy-to-use facilities for editing Tables, Columns, Indexes, Triggers, Partitioning, Options, Inserts and Privileges, Routines and Views.  This chapter provides general information about MySQL Workbench and how it has ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
                                Object Naming Conventions Yes Yes Yes Yes Packages N/A N/A N/A N/A Partitioning Yes Yes Yes Yes Performance Schema N/A N/A Yes Yes Permissions Yes Yes Yes Yes Primary Key Yes Yes Yes Yes Referential Integrity Yes Yes Yes Yes Sybase ASE: referential ... The following table shows a comparison between each DBMS product supported by the Migration Wizard and ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-validation-plugins.html
                                 MySQL Workbench provides validation modules so that you can test your models before implementing them. The validation (MySQL) plugins are accessed from the Model menu within an open MySQL Model or EER Diagram tab. Beneath the menu item are a number ...
                                            
                https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
                                Example: MYSQL_PLUGIN_DEPENDS(ndbcluster, [partition]) Performing the magic: MYSQL_CONFIGURE_PLUGINS(default-names) Actually performs the task of generating the shell scripts for configure based upon the declarations made previously.  The following ...
                                            
                https://dev.mysql.com/doc/internals/en/files-in-innodb-sources.html
                                A segment is usually a file, but might be a raw disk partition.  The InnoDB source files are the best place to look for information about internals of the file structure that MySQLers can optionally use for transaction support. But when you first ...
                                            
                https://dev.mysql.com/doc/internals/en/row-order-within-result-sets.html
                                 Please keep in mind that the row order within a significant number of result sets depends on storage engine properties and in worst cases the current load (NDB!, partitioning?, parallel query?) on the testing box. Either use --sorted_result SELECT ...