MySQL 9.1.0
Source Code Documentation
|
Normally, you run the test suite during the development process to ensure that your changes do not cause existing test cases to break. You can also write new test cases or add tests to existing cases. This happens when you fix a bug (so that the bug cannot reappear later without being detected) or when you add new capabilities to the server or other MySQL programs.
This chapter provides guidelines for developing new test cases for the MySQL test framework.
Some definitions: