mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user