summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/blocks/ndbfs
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2007-04-17 16:31:21 +0200
committerunknown <jonas@perch.ndb.mysql.com>2007-04-17 16:31:21 +0200
commit30a6c9280f66faf2eaecf58bc4fe88d4b5185bea (patch)
tree9a00f9ec4c5a54f56ac69c787716599312ce9392 /storage/ndb/src/kernel/blocks/ndbfs
parent94f2504ceffddad8e6dceebc1d711254eb8374a0 (diff)
downloadmariadb-git-30a6c9280f66faf2eaecf58bc4fe88d4b5185bea.tar.gz
ndb -
new big test prg testDict -n DictRestart new bug test prg testDict -n Bug21755 storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp: new small FS trace feature storage/ndb/test/ndbapi/testDict.cpp: new big test prg testDict -n DictRestart new bug test prg testDict -n Bug21755 storage/ndb/test/run-test/daily-basic-tests.txt: new big test prg testDict -n DictRestart new bug test prg testDict -n Bug21755
Diffstat (limited to 'storage/ndb/src/kernel/blocks/ndbfs')
-rw-r--r--storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp b/storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
index 6fb9ef774d0..878aec3bb61 100644
--- a/storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
+++ b/storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
@@ -217,6 +217,8 @@ Ndbfs::execFSOPENREQ(Signal* signal)
releaseSections(signal);
}
file->reportTo(&theFromThreads);
+ if (getenv("NDB_TRACE_OPEN"))
+ ndbout_c("open(%s)", file->theFileName.c_str());
Request* request = theRequestPool->get();
request->action = Request::open;