mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fixed valgrind warning: Wrong usage of c_ptr()
This commit is contained in:
parent
48c6726b13
commit
5b15f68e0f
1 changed files with 1 additions and 1 deletions
|
@ -1950,7 +1950,7 @@ send_event_to_slave(binlog_send_info *info, Log_event_type event_type,
|
|||
|
||||
pos= my_b_tell(log);
|
||||
if (repl_semisync_master.update_sync_header(info->thd,
|
||||
(uchar*) packet->c_ptr(),
|
||||
(uchar*) packet->ptr(),
|
||||
info->log_file_name + info->dirlen,
|
||||
pos, &need_sync))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue