PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.2Kb
                                Man Pages (Zip)
        - 402.4Kb
                                Info (Gzip)
        - 4.3Mb
                                Info (Zip)
        - 4.3Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/8.0/en/partitioning-handling-nulls.html
                                 Partitioning in MySQL does nothing to disallow NULL as the value of a partitioning expression, whether it is a column value or the value of a user-supplied expression. Even though it is permitted to use NULL as the value of an expression that must ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/partitioning-range.html
                                 A table that is partitioned by range is partitioned in such a way that each partition contains rows for which the partitioning expression value lies within a given range. Ranges should be contiguous but not overlapping, and are defined using the ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-prepared-statements-instances-table.html
                                 The Performance Schema provides instrumentation for prepared statements, for which there are two protocols: The binary protocol. This is accessed through the MySQL C API and maps onto underlying server commands as shown in the following table. C ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/perl-support-problems.html
                                 If Perl reports that it cannot find the ../mysql/mysql.so module, the problem is probably that Perl cannot locate the libmysqlclient.so shared library. You should be able to fix this problem by one of the following methods: Copy libmysqlclient.so ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/plugin-loading.html
                                 Server plugins must be loaded into the server before they can be used. It is also possible to control the activation state of loaded plugins at startup, and to unload them at runtime. While a plugin is loaded, information about it is available as ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/precision-math-numbers.html
                                 The scope of precision math for exact-value operations includes the exact-value data types (integer and DECIMAL types) and exact-value numeric literals. Approximate-value data types and numeric literals are handled as floating-point numbers. 
                                            
                https://dev.mysql.com/doc/refman/8.0/en/proxy-users.html
                                The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking purposes. This enables the external user to be a proxy for the second user; that is, to assume the ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/replication-encrypted-connections.html
                                 To use an encrypted connection for the transfer of the binary log required during replication, both the source and the replica servers must support encrypted network connections. If either server does not support encrypted connections (because it ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/replication-features-errors.html
                                 If a statement produces the same error (identical error code) on both the source and the replica, the error is logged, but replication continues. If a statement produces different errors on the source and the replica, the replication SQL thread ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/replication-gtids-auto-positioning.html
                                 GTIDs replace the file-offset pairs previously required to determine points for starting, stopping, or resuming the flow of data between source and replica. When GTIDs are in use, all the information that the replica needs for synchronizing with ...