Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/date-and-time-type-syntax.html
                                 The date and time data types for representing temporal values are DATE, TIME, DATETIME, TIMESTAMP, and YEAR. For the DATE and DATETIME range descriptions, “supported” means that although earlier values might work, there is no guarantee. MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/date-and-time-types.html
                                 The date and time data types for representing temporal values are DATE, TIME, DATETIME, TIMESTAMP, and YEAR. Each temporal type has a range of valid values, as well as a “zero” value that may be used when you specify an invalid value that MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/dbug-package.html
                                 The MySQL server and most MySQL clients are compiled with the DBUG package originally created by Fred Fish. When you have configured MySQL for debugging, this package makes it possible to get a trace file of what the program is doing. This section ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/diagnostics-area.html
                                 SQL statements produce diagnostic information that populates the diagnostics area. Standard SQL has a diagnostics area stack, containing a diagnostics area for each nested execution context. Standard SQL also supports GET STACKED DIAGNOSTICS syntax ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/extensions-to-ansi.html
                                 MySQL Server supports some extensions that you are not likely to find in other SQL DBMSs. Be warned that if you use them, your code is most likely not portable to other SQL servers. For example, MySQL Server recognizes the STRAIGHT_JOIN keyword in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/foreign-key-optimization.html
                                 If a table has many columns, and you query many different combinations of columns, it might be efficient to split the less-frequently used data into separate tables with a few columns each, and relate them back to the main table by duplicating the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
                                 This section lists the system variables that are specific to the Group Replication plugin. The name of each Group Replication system variable is prefixed with group_replication_. Note InnoDB Cluster uses Group Replication, but the default values of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-columns-table.html
                                For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object Tables”. The INNODB_COLUMNS table has these columns: TABLE_ID An identifier representing the table associated with the column; the same ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-foreign-table.html
                                For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object Tables”. The INNODB_FOREIGN table has these columns: ID The name (not a numeric value) of the foreign key index, preceded by the schema ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-indexes-table.html
                                For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object Tables”. The INNODB_INDEXES table has these columns: INDEX_ID An identifier for the index. Index identifiers are unique across all the ...