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

This fixes two more warnings for tests: 
  - rpl_row_colSize
  - rpl_typeconv
This commit is contained in:
Luis Soares 2009-12-24 15:55:46 +00:00
parent b85a186c66
commit 9b0e91044e

View file

@ -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;
}
}