WL#7263: Migrate myisam specific tests

Status: Complete

Main consist of test which are meant to run with myisam,  as a default storage
engine. So we plan to identify myisam based testcases and retain the
force_myisam_default.inc, file and remove the temporary comments from each of
the identified Myisam based testcase. 

Indentify the testcases, based on the following points:
Test with following reason are candidate tests
- Functionality currently supported in myisam only ( e,g spatial index / GIS
tests etc , repair not directly supported in innodb  )
- Tests where implementation vary (e.g test recorded for transactions (as myisam
do not support transactions) , auto increment behavior)
- Test explicitly having myisam in there name
- Tests for which equivalent innodb tests exists ( e.g fulltext )

User Documentation
==================

http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-4.html