Loading innobase/pars/pars0opt.c +2 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,8 @@ opt_calc_index_goodness( } } if (index->type & DICT_CLUSTERED) { /* We have to test for goodness here, as last_op may note be set */ if (goodness && index->type & DICT_CLUSTERED) { goodness++; } Loading mysql-test/mysql-test-run.sh +4 −0 Original line number Diff line number Diff line Loading @@ -653,7 +653,11 @@ start_master() $RM -f $MASTER_MYDDIR/log.* # Remove stale binary logs $RM -f $MYSQL_TEST_DIR/var/log/master-bin.* # Remove files that can cause problems $RM -f $MYSQL_TEST_DIR/var/run/* $MYSQL_TEST_DIR/var/tmp/* #run master initialization shell script if one exists if [ -f "$master_init_script" ] ; then /bin/sh $master_init_script Loading Loading
innobase/pars/pars0opt.c +2 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,8 @@ opt_calc_index_goodness( } } if (index->type & DICT_CLUSTERED) { /* We have to test for goodness here, as last_op may note be set */ if (goodness && index->type & DICT_CLUSTERED) { goodness++; } Loading
mysql-test/mysql-test-run.sh +4 −0 Original line number Diff line number Diff line Loading @@ -653,7 +653,11 @@ start_master() $RM -f $MASTER_MYDDIR/log.* # Remove stale binary logs $RM -f $MYSQL_TEST_DIR/var/log/master-bin.* # Remove files that can cause problems $RM -f $MYSQL_TEST_DIR/var/run/* $MYSQL_TEST_DIR/var/tmp/* #run master initialization shell script if one exists if [ -f "$master_init_script" ] ; then /bin/sh $master_init_script Loading