mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01: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:
parent
b85a186c66
commit
9b0e91044e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue