Global Temporary Table isn't redirected 
----------------------------------------

                 Key: DNET-160
                 URL: http://tracker.firebirdsql.org/browse/DNET-160
             Project: .NET Data provider
          Issue Type: Bug
    Affects Versions: 2.1.0 RC 2
         Environment: Windows XP SP2
            Reporter: Van den Wouwer Danny
            Assignee: Jiri Cincura


If a temporary global table is being used, I expected that the tmp-files files 
for this table are created in the folder specified by:
# ----------------------------
# Temporary directories
#
# Provide ';'-separated trees list, where temporary files are stored.
# Relative paths are treated relative to RootDirectory entry
# (see above). Default value is determined using FIREBIRD_TMP,
# TEMP or TMP environment options. Once the first specified
# directory has no available space, the engine will switch to the
# next one, and so on.
#
# E.g.:
# TempDirectories = c:\temp
# or
# TempDirectories = c:\temp;d:\temp
#
# Type: string (special format)
#
TempDirectories = C:\TMP_FIREBIRD

But it isn't, the tmp-file is created in the default temporary directory of 
windows.

Is this by design?
I expected to redirect all tempoary files to another disk to speed up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to