mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/usr/home/pem/mysql-5.0
This commit is contained in:
commit
eece59c2d0
1 changed files with 3 additions and 0 deletions
|
@ -272,6 +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…
Reference in a new issue