You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2016/10/28 08:54:32 UTC

svn commit: r1766978 - /jena/site/trunk/content/documentation/tdb/faqs.mdtext

Author: rvesse
Date: Fri Oct 28 08:54:32 2016
New Revision: 1766978

URL: http://svn.apache.org/viewvc?rev=1766978&view=rev
Log:
Match question title with FAQ list

Modified:
    jena/site/trunk/content/documentation/tdb/faqs.mdtext

Modified: jena/site/trunk/content/documentation/tdb/faqs.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/faqs.mdtext?rev=1766978&r1=1766977&r2=1766978&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/faqs.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/faqs.mdtext Fri Oct 28 08:54:32 2016
@@ -151,7 +151,7 @@ database was eligible to be locked but w
 As the warning states data corruption may occur if another JVM accesses the location while your process is accessing it.  Ideally you should follow the
 advice on [multi-JVM usage](#multi-jvm) if this might happen, otherwise the warning can likely be safely ignored.
 
-## Deleting Datasets on MS Windows {#windows-dataset-delete}
+## Why can't I delete a dataset (MS Windows/64 bit)? {#windows-dataset-delete}
 
 Java on MS Windows does not provide the ability to delete a memory mapped
 file while the JVM is still running.  The file is properly deleted when the
@@ -167,4 +167,4 @@ RAM, trading off against requests by oth
 the database files are not properly deleted until the JVM exits.  A new
 dataset can not be created in the same location (directory on disk).
 
-The workaround is to use a different location.
+The workaround is to use a different location.
\ No newline at end of file