Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
60dc7eab
Commit
60dc7eab
authored
Dec 11, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log_event.h fixed load data infile replication for alpha
parent
3417aa25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sql/log_event.h
sql/log_event.h
+4
-4
No files found.
sql/log_event.h
View file @
60dc7eab
...
...
@@ -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
)
;
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment