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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
25cb1423
Commit
25cb1423
authored
Jun 03, 2005
by
ndbdev@dl145b.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql_repl.cc:
Bug #11064 some read error not detected in replication on 64-bit platform
parent
7bd3dd7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/sql_repl.cc
sql/sql_repl.cc
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
25cb1423
...
...
@@ -110,6 +110,7 @@ mwagner@here.mwagner.org
mwagner@ultrafly.mysql.com
mwagner@work.mysql.com
mysqldev@build.mysql2.com
ndbdev@dl145b.mysql.com
nick@mysql.com
nick@nick.leippe.com
patg@krsna.patg.net
...
...
sql/sql_repl.cc
View file @
25cb1423
...
...
@@ -84,7 +84,7 @@ static int send_file(THD *thd)
char
fname
[
FN_REFLEN
+
1
];
const
char
*
errmsg
=
0
;
int
old_timeout
;
u
int
packet_len
;
u
nsigned
long
packet_len
;
char
buf
[
IO_SIZE
];
// It's safe to alloc this
DBUG_ENTER
(
"send_file"
);
...
...
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