Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/com-stmt-execute-response.html
                                 Similar to the COM_QUERY_Response a COM_STMT_EXECUTE either returns: a OK_Packet a ERR_Packet or a resultset: Binary Protocol Resultset . 
                                            
                https://dev.mysql.com/doc/internals/en/comments-everywhere.html
                                Section 26.2.1, “Complicated test Architecture or Tricky Code” Section 26.2.2, “A Subtest Case is Able to Reveal a Bug” Section 26.2.3, “Subtests” Section 26.2.4, “Make Test Protocols More Understandable” Section 26.2.5, “Better ...
                                            
                https://dev.mysql.com/doc/internals/en/containers.html
                                 This section is yet to be written. ...
                                            
                https://dev.mysql.com/doc/internals/en/custom-engine-additional-resources.html
                                 A forum dedicated to custom storage engines is available at http://forums.mysql.com/list.php?94. 
                                            
                https://dev.mysql.com/doc/internals/en/fileformats.html
                                 MySQL uses a number of different file formats for the storage of information. This section covers the different file formats and how to read, write, and understand the contents. 
                                            
                https://dev.mysql.com/doc/internals/en/i-list.html
                                 This section is yet to be written. ...
                                            
                https://dev.mysql.com/doc/internals/en/i-p-list.html
                                 This section is yet to be written. ...
                                            
                https://dev.mysql.com/doc/internals/en/index-file-usage.html
                                 While the header of the compressed data file contains a lot of information, there are still some things which need to be taken from the index file. These are the number of columns of the table and the length of each column. The latter is required ...
                                            
                https://dev.mysql.com/doc/internals/en/initial-handshake.html
                                 Initial Handshake starts with server sending the Initial Handshake Packet. After this, optionally, client can request an SSL connection to be established with SSL Connection Request Packet, and then client sends the Handshake Response Packet. 
                                            
                https://dev.mysql.com/doc/internals/en/libmysql-r-directory.html
                                There is only one file here, used to build a thread-safe libmysql library: makefile.am .