mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
log_event.h fixed load data infile replication for alpha
sql/log_event.h: fixed load data infile replication for alpha
This commit is contained in:
parent
695c8120e1
commit
7847639270
1 changed files with 4 additions and 4 deletions
|
@ -300,10 +300,10 @@ public:
|
|||
int get_data_size()
|
||||
{
|
||||
return table_name_len + 2 + db_len + 2 + fname_len
|
||||
+ sizeof(thread_id) // thread_id
|
||||
+ sizeof(exec_time) // exec_time
|
||||
+ sizeof(skip_lines)
|
||||
+ sizeof(field_block_len)
|
||||
+ 4 // thread_id
|
||||
+ 4 // exec_time
|
||||
+ 4 // skip_lines
|
||||
+ 4 // field block len
|
||||
+ sizeof(sql_ex) + field_block_len + num_fields*sizeof(uchar) ;
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue