Fix for unit test failures.
storage/maria/ma_test1.c: rec_length was too short by one byte: at line 299 memcpy(record,read_record,rec_length) thus didn't copy the last byte, so 'record' was not ok for use by update_record(), contained an incomplete blob address, sometimes crashed on Itanium. storage/maria/unittest/ma_test_loghandler_multithread-t.c: Tests failed once, never before for hundreds of times, we don't know if test is correct, disabling.
Showing
Please register or sign in to comment