Skip to content

Commit 9b0e910

Browse files
author
Luis Soares
committed
Valgrind warnings that have poped up ever since WL#5151 was pushed.
This fixes two more warnings for tests: - rpl_row_colSize - rpl_typeconv
1 parent b85a186 commit 9b0e910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/rpl_utility.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ table_def::compatible_with(THD *thd, Relay_log_info *rli,
816816
rli->report(ERROR_LEVEL, ER_SLAVE_CONVERSION_FAILED,
817817
ER(ER_SLAVE_CONVERSION_FAILED),
818818
col, db_name, tbl_name,
819-
source_type.c_ptr(), target_type.c_ptr());
819+
source_type.c_ptr_safe(), target_type.c_ptr_safe());
820820
return false;
821821
}
822822
}

0 commit comments

Comments
 (0)