WL#9711: Remove *.require files

Affects: Server-8.0   —   Status: Complete

In MTR we have *.require files to perform checks. But these require files are not 
necessary to perform a check and adds an extra overhead. Instead of using require 
files, the check for the condition can be implemented in corresponding inc files.

Remove *.require files and replace the check in corresponding inc files. This will 
avoid creation of temporary file and file comparison between temporary file and 
the require file.

Used Documentation :
====================
https://dev.mysql.com/doc/mysqltest/2.0/en/mysqltest-commands.html