mirror of
https://github.com/MariaDB/server.git
synced 2025-11-02 02:53:04 +03:00
wl 1801
Testcases for NF
This commit is contained in:
@@ -1150,6 +1150,20 @@ void NDBT_Step::print(){
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
NDBT_Context::sync_down(const char * key){
|
||||
Uint32 threads = getProperty(key, (unsigned)0);
|
||||
if(threads){
|
||||
decProperty(key);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
NDBT_Context::sync_up_and_wait(const char * key, Uint32 value){
|
||||
setProperty(key, value);
|
||||
getPropertyWait(key, (unsigned)0);
|
||||
}
|
||||
|
||||
template class Vector<NDBT_TestCase*>;
|
||||
template class Vector<NDBT_TestCaseResult*>;
|
||||
template class Vector<NDBT_Step*>;
|
||||
|
||||
Reference in New Issue
Block a user