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
8706d60b
Commit
8706d60b
authored
Aug 18, 2004
by
tomas@poseidon.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some explicit templates
parent
4fe6ab1f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
ndb/src/common/mgmcommon/LocalConfig.cpp
ndb/src/common/mgmcommon/LocalConfig.cpp
+2
-0
ndb/src/mgmsrv/MgmtSrvr.cpp
ndb/src/mgmsrv/MgmtSrvr.cpp
+3
-0
ndb/src/mgmsrv/Services.cpp
ndb/src/mgmsrv/Services.cpp
+4
-0
ndb/src/ndbapi/TransporterFacade.hpp
ndb/src/ndbapi/TransporterFacade.hpp
+1
-0
No files found.
ndb/src/common/mgmcommon/LocalConfig.cpp
View file @
8706d60b
...
...
@@ -280,3 +280,5 @@ LocalConfig::readConnectString(const char * connectString){
}
return
return_value
;
}
template
class
Vector
<
MgmtSrvrId
>;
ndb/src/mgmsrv/MgmtSrvr.cpp
View file @
8706d60b
...
...
@@ -2883,3 +2883,6 @@ MgmtSrvr::setDbParameter(int node, int param, const char * value,
msg
.
assign
(
"Success"
);
return
0
;
}
template
class
Vector
<
SigMatch
>;
template
bool
SignalQueue
::
waitFor
<
SigMatch
>(
Vector
<
SigMatch
>&
,
SigMatch
*&
,
NdbApiSignal
*&
,
unsigned
);
ndb/src/mgmsrv/Services.cpp
View file @
8706d60b
...
...
@@ -1271,3 +1271,7 @@ MgmApiSession::setParameter(Parser_t::Context &,
m_output
->
println
(
"result: %d"
,
ret
);
m_output
->
println
(
""
);
}
template
class
MutexVector
<
int
>;
template
class
Vector
<
ParserRow
<
MgmApiSession
>
const
*>
;
template
class
Vector
<
unsigned
short
>;
ndb/src/ndbapi/TransporterFacade.hpp
View file @
8706d60b
...
...
@@ -316,6 +316,7 @@ TransporterFacade::getIsNodeSendable(NodeId n) const {
"%d of node: %d"
,
node
.
m_info
.
m_type
,
n
);
abort
();
return
false
;
// to remove compiler warning
}
}
...
...
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