summaryrefslogtreecommitdiff
path: root/ndb/test/src/NdbGrep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/src/NdbGrep.cpp')
-rw-r--r--ndb/test/src/NdbGrep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/test/src/NdbGrep.cpp b/ndb/test/src/NdbGrep.cpp
index 8b7442b0e77..6c0c9cabfcb 100644
--- a/ndb/test/src/NdbGrep.cpp
+++ b/ndb/test/src/NdbGrep.cpp
@@ -60,10 +60,10 @@ NdbGrep::verify(NDBT_Context * ctx){
return -1;
char cheat_table[255];
- snprintf(cheat_table, 255, "TEST_DB/def/%s",ctx->getTab()->getName());
+ BaseString::snprintf(cheat_table, 255, "TEST_DB/def/%s",ctx->getTab()->getName());
char buf[255];
- snprintf(buf, 255, "testGrepVerify -c \"nodeid=%d;host=%s\" -t %s -r %d",
+ BaseString::snprintf(buf, 255, "testGrepVerify -c \"nodeid=%d;host=%s\" -t %s -r %d",
4, //cheat. Hardcoded nodeid....
ctx->getRemoteMgm(),
cheat_table,