Commit c5f7044d authored by Luis Soares's avatar Luis Soares

Valgrind warnings that have poped up ever since WL#5151 was pushed.

This fixes two more warnings for tests: 
  - rpl_row_colSize
  - rpl_typeconv
parent dcf8e115
......@@ -816,7 +816,7 @@ table_def::compatible_with(THD *thd, Relay_log_info *rli,
rli->report(ERROR_LEVEL, ER_SLAVE_CONVERSION_FAILED,
ER(ER_SLAVE_CONVERSION_FAILED),
col, db_name, tbl_name,
source_type.c_ptr(), target_type.c_ptr());
source_type.c_ptr_safe(), target_type.c_ptr_safe());
return false;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment