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
5aaa74a4
Commit
5aaa74a4
authored
Feb 01, 2007
by
mskold/marty@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
parents
201705a4
48649030
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
sql/ha_ndbcluster_binlog.cc
sql/ha_ndbcluster_binlog.cc
+2
-2
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
+2
-1
No files found.
sql/ha_ndbcluster_binlog.cc
View file @
5aaa74a4
...
@@ -3924,9 +3924,9 @@ restart:
...
@@ -3924,9 +3924,9 @@ restart:
"%ld(%d e/s), total time %ld(%d e/s)"
,
"%ld(%d e/s), total time %ld(%d e/s)"
,
(
ulong
)
gci
,
event_count
,
(
ulong
)
gci
,
event_count
,
write_timer
.
elapsed_ms
(),
write_timer
.
elapsed_ms
(),
event_count
/
write_timer
.
elapsed_ms
(),
(
1000
*
event_count
)
/
write_timer
.
elapsed_ms
(),
gci_timer
.
elapsed_ms
(),
gci_timer
.
elapsed_ms
(),
event_count
/
gci_timer
.
elapsed_ms
());
(
1000
*
event_count
)
/
gci_timer
.
elapsed_ms
());
#endif
#endif
}
}
}
}
...
...
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
View file @
5aaa74a4
...
@@ -7209,6 +7209,7 @@ void Dblqh::execACC_ABORTCONF(Signal* signal)
...
@@ -7209,6 +7209,7 @@ void Dblqh::execACC_ABORTCONF(Signal* signal)
signal
->
theData
[
0
]
=
regTcPtr
->
tupConnectrec
;
signal
->
theData
[
0
]
=
regTcPtr
->
tupConnectrec
;
EXECUTE_DIRECT
(
DBTUP
,
GSN_TUP_ABORTREQ
,
signal
,
1
);
EXECUTE_DIRECT
(
DBTUP
,
GSN_TUP_ABORTREQ
,
signal
,
1
);
jamEntry
();
continueAbortLab
(
signal
);
continueAbortLab
(
signal
);
return
;
return
;
}
//Dblqh::execACC_ABORTCONF()
}
//Dblqh::execACC_ABORTCONF()
...
...
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