Search Results
https://dev.mysql.com/doc/internals/en/com-shutdown.html
Note COM_SHUTDOWN is deprecated as of MySQL 5.7.9 and removed in MySQL 8.0.
https://dev.mysql.com/doc/internals/en/error-messages-old-versions.html
Note that this file must be kept sorted according to the value of the error number. In practice, no new error messages should be added to error message files for versions of MySQL prior to 5.0.3. Doing so and merging the messages upward would cause ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
Note: Because this event allows only single-character field and line option values, presumably LOAD DATA INFILE statements will not replicate correctly if any such option contains multiple characters. Note: Contrary to all other numeric fields, the ... The following sections provide details about what appears in the fixed and variable parts of the event data for each event ...
https://dev.mysql.com/doc/internals/en/gnu-debugger.html
So we'll plow forward, the dull way, noting what's in the directories and using a text editor to note what's in the individual files. Once you've got something that runs, you can put a debugger on it. We recommend use of the GNU debugger ...
https://dev.mysql.com/doc/internals/en/good-tests.html
There are a lot of strict rules and rules of thumb which may increase the quality of tests written for the tool pair mysqltest/mysqltest-run.pl (MTR). See the Writing Test Cases section of the MySQL Server Doxygen documentation, available at ...
https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-create-table-select.html
(Note: currently Bug#47899 breaks this rule) Note: this breaks D-rpl-correct rule, because the slave will have an intermediate state that never existed on the master (namely, a state where the new table exists and is empty).
https://dev.mysql.com/doc/internals/en/ntlm.html
Note removed in Windows Vista and 2008: http://msdn.microsoft.com/en-us/library/aa480152.aspx#appcomp_topic16 Note documented in http://msdn.microsoft.com/en-us/library/cc207842.aspx Image description .
https://dev.mysql.com/doc/internals/en/ssl-directory.html
It contains a short note from Tonu Samuel (the NOTES file) and seven *.pem files. Secure Sockets Layer; includes an example certification one can use test an SSL (secure) database connection. PEM stands for "Privacy Enhanced Mail" and is an ...
https://dev.mysql.com/doc/internals/en/test-faults-macros.html
Note that "function" should be the same string used by the DBUG_ENTER. Note that "function" should be the same string used by the DBUG_ENTER. DBUG_EXECUTE_IF (keyword, code) allows executing a piece of code if the appropriate dbug instruction is ...
https://dev.mysql.com/doc/internals/en/x-protocol-use-cases-use-cases.html
Figure 15.15 Without Server Response Image description Note See the Implementation Notes about how to efficiently implement pipelining. Topics in this section: Prepared Statements with Single Round-Trip Streaming Inserts SQL with Multiple ...