summaryrefslogtreecommitdiff
path: root/storage/ndb/test/include/NDBT_Test.hpp
diff options
context:
space:
mode:
authorunknown <jonas@eel.(none)>2005-09-09 13:30:38 +0200
committerunknown <jonas@eel.(none)>2005-09-09 13:30:38 +0200
commit12dbb18815863e82b91c4cc3eb4d28404720a11f (patch)
tree0eb3c618a57f75600f5f0f758d521ccaa8e167b0 /storage/ndb/test/include/NDBT_Test.hpp
parente371b26468bdb67fe668f3582c2f061c61835e84 (diff)
parent394d180b5e04504c9e2d52d1eaa4904b2056eb19 (diff)
downloadmariadb-git-12dbb18815863e82b91c4cc3eb4d28404720a11f.tar.gz
Merge eel.(none):/home/jonas/src/mysql-5.0
into eel.(none):/home/jonas/src/mysql-5.1-push sql/set_var.cc: Auto merged sql/set_var.h: Auto merged sql/sql_show.cc: Auto merged storage/ndb/src/common/portlib/NdbThread.c: Auto merged storage/ndb/test/include/NDBT_Test.hpp: Auto merged storage/ndb/test/ndbapi/Makefile.am: Auto merged storage/ndb/test/ndbapi/bank/Bank.cpp: Auto merged storage/ndb/test/ndbapi/bank/Bank.hpp: Auto merged storage/ndb/test/src/NDBT_Test.cpp: Auto merged storage/ndb/test/src/UtilTransactions.cpp: Auto merged
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();