Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/library-options.html
                                 The following table shows options that indicate which libraries to use. Parameter configure Option CMake Option readline library --with-readline -DWITH_EDITLINE=1 SSL library --with-ssl=/usr -DWITH_SSL=system zlib library --with-zlib-dir=/usr ...
                                            
                https://dev.mysql.com/doc/internals/en/mem-root.html
                                 This section is yet to be written. ...
                                            
                https://dev.mysql.com/doc/internals/en/memory-management.html
                                 This section is yet to be written. ...
                                            
                https://dev.mysql.com/doc/internals/en/optimizer-joins.html
                                 This section discusses the various methods used to optimize joins. 
                                            
                https://dev.mysql.com/doc/internals/en/optimizer.html
                                 This chapter describes the operation of the MySQL Query optimizer, which is used to determine the most efficient means for executing queries. 
                                            
                https://dev.mysql.com/doc/internals/en/record-contents.html
                                 This section is still to be written. ...
                                            
                https://dev.mysql.com/doc/internals/en/select-union-engine.html
                                fix_length_and_dec() prepare cache and receive type and parameters (maximum of length) of returning items (called only by Item_singlerow_subselect). st_select_lex_unit::exec() can drop 'assigned' flag of Item_subselect if st_select_lex_unit::item is ...
                                            
                https://dev.mysql.com/doc/internals/en/semi-sync-ack-packet.html
                                 Each Semi Sync Binlog Event with the SEMI_SYNC_ACK_REQ flag set the slave has to acknowledge with Semi-Sync ACK packet: SEMI_SYNC_ACK payload: 1 [ef] 8 log position string log filename which the master acknowledges with a OK_Packet or a ERR_Packet. 
                                            
                https://dev.mysql.com/doc/internals/en/sql-bench-directory.html
                                This directory has the programs and input files which MySQL uses for its comparisons of MySQL, PostgreSQL, mSQL, Solid, etc. Since MySQL publishes the comparative results, it's only right that it should make available all the material necessary to ...
                                            
                https://dev.mysql.com/doc/internals/en/ssl-directory.html
                                 Secure Sockets Layer; includes an example certification one can use test an SSL (secure) database connection. It contains a short note from Tonu Samuel (the NOTES file) and seven *.pem files. PEM stands for "Privacy Enhanced Mail" and is an ...