Commit af08a68f authored by Olivier Bertrand's avatar Olivier Bertrand

- Commit change pulled from Linux virtual machine (fixing typo in Win32 part)

modified:
  storage/connect/filamvct.cpp*
parent ca012682
...@@ -3277,7 +3277,7 @@ bool BGVFAM::MakeEmptyFile(PGLOBAL g, char *fn) ...@@ -3277,7 +3277,7 @@ bool BGVFAM::MakeEmptyFile(PGLOBAL g, char *fn)
if (trace) if (trace)
htrc("MEF: of=%lld n=%d maxblk=%d blksize=%d\n", htrc("MEF: of=%lld n=%d maxblk=%d blksize=%d\n",
of.QuadPart, n, Maxblk, Blksize); of.QuadPart, n, MaxBlk, Blksize);
of.LowPart = SetFilePointer(h, of.LowPart, of.LowPart = SetFilePointer(h, of.LowPart,
&of.HighPart, FILE_BEGIN); &of.HighPart, FILE_BEGIN);
...@@ -3440,7 +3440,7 @@ bool BGVFAM::OpenTableFile(PGLOBAL g) ...@@ -3440,7 +3440,7 @@ bool BGVFAM::OpenTableFile(PGLOBAL g)
if (trace) if (trace)
htrc(" rc=%d access=%p share=%p creation=%d handle=%p fn=%s\n", htrc(" rc=%d access=%p share=%p creation=%d handle=%p fn=%s\n",
drc, access, share, creation, Hfile, filename); rc, access, share, creation, Hfile, filename);
if (mode == MODE_INSERT) { if (mode == MODE_INSERT) {
/*******************************************************************/ /*******************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment