WL#9490: Migrate main suite to run with innodb (part 15)

Affects: Server-8.0   —   Status: Complete

This is a continuation of WL#6923 Migrate main suite to run with innodb storage
engine. Several tests were migrated in previous WLs. This one will migrate tests
that need some functional changes to work with Innodb.

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

Work was done for test suite. No user documentation needed.
t/filesort_debug.test:	       Extra error message
t/func_time.test:	       Different warnings with Innodb.
t/kill.test:                   Has MyISAM dependency. There are testcases that use 
                               merge engine which can only work with MyISAM. Refer 
                             - https://dev.mysql.com/doc/refman/5.7/en/merge-
                               storage-engine.html

t/type_bit.test	:              Test is for MyIsam only
t/type_date.test:              Different warnings and error on insert with Innodb.
t/func_encrypt_nossl.test:     figure conditions to run the test
t/grant_lowercase_fs.test:     runs on case insensitive system
t/shm.test:                    runs only on windows.
t/mysqld--help-win.test:       runs only on windows.