Loading myisam/mi_packrec.c +1 −1 Original line number Diff line number Diff line Loading @@ -563,7 +563,7 @@ static void fill_quick_table(uint16 *table, uint bits, uint max_bits, */ value|= (max_bits - bits) << 8 | IS_CHAR; for (end= table + ((uint) 1 << bits); table < end; table++) for (end= table + (uint) (((uint) 1 << bits)); table < end; table++) { *table= (uint16) value; } Loading mysql-test/t/disabled.def +3 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,6 @@ im_daemon_life_cycle : Bug#20294: Instance manager tests fail randomly im_options_set : Bug#20294: Instance manager tests fail randomly im_options_unset : Bug#20294: Instance manager tests fail randomly im_utils : Bug#20294: Instance manager tests fail randomly grant_cache : Bug#32651: grant_cache.test fails rpl_log : Bug#32653: rpl_log.test fails randomly rpl_view : Bug#32654: rpl_view.test fails randomly Loading
myisam/mi_packrec.c +1 −1 Original line number Diff line number Diff line Loading @@ -563,7 +563,7 @@ static void fill_quick_table(uint16 *table, uint bits, uint max_bits, */ value|= (max_bits - bits) << 8 | IS_CHAR; for (end= table + ((uint) 1 << bits); table < end; table++) for (end= table + (uint) (((uint) 1 << bits)); table < end; table++) { *table= (uint16) value; } Loading
mysql-test/t/disabled.def +3 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,6 @@ im_daemon_life_cycle : Bug#20294: Instance manager tests fail randomly im_options_set : Bug#20294: Instance manager tests fail randomly im_options_unset : Bug#20294: Instance manager tests fail randomly im_utils : Bug#20294: Instance manager tests fail randomly grant_cache : Bug#32651: grant_cache.test fails rpl_log : Bug#32653: rpl_log.test fails randomly rpl_view : Bug#32654: rpl_view.test fails randomly