-
Viswanatham Gudipati authored
problem: Some testcases (listed below), under main suite, running with MyISAM as a default storage engine, these testcases should be run with InnoDB only. 1 ddl_i18n_koi8r.test 2 func_regexp.test 3 func_default.test 4 func_concat.test 5 group_by.test 6 func_compress.test 7 func_like.test 8 func_test.test 9 type_datetime.test 10 windows.test 11 null_key_none.test 12 create-big.test 13 ctype_latin1_de.test 14 error_simulation.test 15 ddl_i18n_utf8.test Solution: Run the testcase with InnoDB as a default storage engine and check the failure testcase if exist, take any one of the following option.Modify the result file based on the analysis.Fix the testcases if problem exist in the testcase and record the result file look at the wl#5656 for steps how to fix Reviewed-by:
Anitha Gopi <(anitha.gopi@oracle.com)> Chaithra (chaithra.gopalareddy@oracle.com) Amit (amit.bhattacharya@oracle.com) RB: 14226
Viswanatham Gudipati authoredproblem: Some testcases (listed below), under main suite, running with MyISAM as a default storage engine, these testcases should be run with InnoDB only. 1 ddl_i18n_koi8r.test 2 func_regexp.test 3 func_default.test 4 func_concat.test 5 group_by.test 6 func_compress.test 7 func_like.test 8 func_test.test 9 type_datetime.test 10 windows.test 11 null_key_none.test 12 create-big.test 13 ctype_latin1_de.test 14 error_simulation.test 15 ddl_i18n_utf8.test Solution: Run the testcase with InnoDB as a default storage engine and check the failure testcase if exist, take any one of the following option.Modify the result file based on the analysis.Fix the testcases if problem exist in the testcase and record the result file look at the wl#5656 for steps how to fix Reviewed-by:
Anitha Gopi <(anitha.gopi@oracle.com)> Chaithra (chaithra.gopalareddy@oracle.com) Amit (amit.bhattacharya@oracle.com) RB: 14226
Loading