summaryrefslogtreecommitdiff
path: root/storage/ndb/test/include/NDBT_Test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/test/include/NDBT_Test.hpp')
-rw-r--r--storage/ndb/test/include/NDBT_Test.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/ndb/test/include/NDBT_Test.hpp b/storage/ndb/test/include/NDBT_Test.hpp
index 1b9c2751f64..027ac356e0c 100644
--- a/storage/ndb/test/include/NDBT_Test.hpp
+++ b/storage/ndb/test/include/NDBT_Test.hpp
@@ -67,7 +67,8 @@ public:
const char* getPropertyWait(const char*, const char* );
void decProperty(const char *);
-
+ void incProperty(const char *);
+
// Communicate with other tests
void stopTest();
bool isTestStopped();