mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
Manual merge.
This commit is contained in:
commit
88370b7d1e
3 changed files with 16 additions and 2 deletions
|
|
@ -1529,8 +1529,7 @@ static Exit_status dump_remote_log_entries(PRINT_EVENT_INFO *print_event_info,
|
|||
If reading from a remote host, ensure the temp_buf for the
|
||||
Log_event class is pointing to the incoming stream.
|
||||
*/
|
||||
if (remote_opt)
|
||||
ev->register_temp_buf((char*) net->read_pos + 1);
|
||||
ev->register_temp_buf((char *) net->read_pos + 1);
|
||||
|
||||
Log_event_type type= ev->get_type_code();
|
||||
if (glob_description_event->binlog_version >= 3 ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue