WL#6992: Migrate jp,large_tests and stress suite to run with InnoDB

Status: Complete

All the testcases in the suite jp,large_test & stress should run with InnoDB engine.

Implementation deatils:
-----------------------
1) Look at the each testcase in the suite
2) check whether it is related to InnoDB or Myisam 
Ex: create table tab1(c1 int) Engine=Myisam;

3) If it is Myisam related testcase then retain the inc file :
force_myisam_default.inc

4) if the testcase is related to InnoDB or any other engines , should run with
InnoDB is a default storage engine.

5) Check the result of the testcase 

Note: some times the result file may differ when running with InnoDB engine, for
those cases the result files have to be recorded, But it depends on the case by
case.

jp&large_tests&stress:
----------------------
The following are the changes made to the tescases.

1. memory_charset.test: Removed this line : --source
include/force_myisam_default.inc from the testcase
2. myisam_charset.test: Added the comments saying that, This is a myisam based
testcase hence retained the following line.

No other changes are made into the testcase files or result files. 

List of files which are modified:
----------------------------------
suite:JP
---------
jp_create_db_sjis.test
jp_create_db_ucs2.test
jp_create_db_ujis.test
jp_create_db_utf8.test

suite:Large_tests:
-------------------
alter_table.test
lock_tables_big.test
rpl_slave_net_timeout.test

suite:stress:
-------------
ddl_archive.test
ddl_csv.test
ddl_memory.test
ddl_myisam.test
wrapper.test