Commit 50beff5c authored by Olivier Bertrand's avatar Olivier Bertrand

- FIX a bug causing a crash when deleting a mapped table

modified:
  storage/connect/filamap.cpp
parent 6a099440
...@@ -402,7 +402,7 @@ int MAPFAM::DeleteRecords(PGLOBAL g, int irc) ...@@ -402,7 +402,7 @@ int MAPFAM::DeleteRecords(PGLOBAL g, int irc)
htrc("after: Tpos=%p Spos=%p\n", Tpos, Spos); htrc("after: Tpos=%p Spos=%p\n", Tpos, Spos);
#endif #endif
} else { } else if (To_Fb) { // Can be NULL for deleted files
/*******************************************************************/ /*******************************************************************/
/* Last call after EOF has been reached. */ /* Last call after EOF has been reached. */
/* We must firstly Unmap the view and use the saved file handle */ /* We must firstly Unmap the view and use the saved file handle */
......
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