mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02: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
dcf8e11536
commit
c5f7044d1a
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
Add a link
Reference in a new issue