Commit 65f9588b 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 1c552fdf
...@@ -816,7 +816,7 @@ table_def::compatible_with(THD *thd, Relay_log_info *rli, ...@@ -816,7 +816,7 @@ table_def::compatible_with(THD *thd, Relay_log_info *rli,
rli->report(ERROR_LEVEL, ER_SLAVE_CONVERSION_FAILED, rli->report(ERROR_LEVEL, ER_SLAVE_CONVERSION_FAILED,
ER(ER_SLAVE_CONVERSION_FAILED), ER(ER_SLAVE_CONVERSION_FAILED),
col, db_name, tbl_name, 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; 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