mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
minor compile error fix
This commit is contained in:
parent
accf5c264a
commit
b51879f169
1 changed files with 2 additions and 0 deletions
|
@ -272,7 +272,9 @@ SignalSender::execNodeStatus(void* signalSender,
|
|||
NdbCondition_Signal(ss->m_cond);
|
||||
}
|
||||
|
||||
#if __SUNPRO_CC != 0x560
|
||||
template SimpleSignal* SignalSender::waitFor<WaitForNode>(unsigned, WaitForNode&);
|
||||
template SimpleSignal* SignalSender::waitFor<WaitForAny>(unsigned, WaitForAny&);
|
||||
#endif
|
||||
template class Vector<SimpleSignal*>;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue