-
Viswanatham Gudipati authored
Problem : Many tests in the InnoDB suite are skipped during the basic MTR run because they have inc files like have_innodb_4k.inc Therefore, the test will run only if --mysqld=--innodb_page_size=4k is passed on the command line Solution : The following steps are adapted step 1. Remove all references of have_innodb_64k/32k/16k/8k/4k.inc file references in *.test files step 2. Add --bootstrap --innodb_page_size=64k/32k/16k/8k/4k in master.opt files step 3. For rpl cases no need to follow step 2, just do step 1 only, because rpl suites never runs with different page sizes Reviewed-by : Satya Bodapati <satya.bodapati@oracle.com> kevin Lewis <kevin.lewis@oracle.com> Vinay Fisrekar <vinay.fisrekar@oracle.com> RB:15199
Viswanatham Gudipati authoredProblem : Many tests in the InnoDB suite are skipped during the basic MTR run because they have inc files like have_innodb_4k.inc Therefore, the test will run only if --mysqld=--innodb_page_size=4k is passed on the command line Solution : The following steps are adapted step 1. Remove all references of have_innodb_64k/32k/16k/8k/4k.inc file references in *.test files step 2. Add --bootstrap --innodb_page_size=64k/32k/16k/8k/4k in master.opt files step 3. For rpl cases no need to follow step 2, just do step 1 only, because rpl suites never runs with different page sizes Reviewed-by : Satya Bodapati <satya.bodapati@oracle.com> kevin Lewis <kevin.lewis@oracle.com> Vinay Fisrekar <vinay.fisrekar@oracle.com> RB:15199
Loading