Update of /cvsroot/monetdb/sql
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10962/sql

Modified Files:
      Tag: Aug2009
        FAQ 
Log Message:

Since Fabian's checkin on 2009/07/01 (on the CVS HEAD before the Aug2009 branch 
was made),
sql_logdir & xquery_logdir are hard-wired inside the kernel,
and any attempts to change them via the .conf files or command line arguments 
are ignored.
Hence, we can also remove the respective command line options and
enviroment variables to not "pretend" those values could be changed.


Index: FAQ
===================================================================
RCS file: /cvsroot/monetdb/sql/FAQ,v
retrieving revision 1.2
retrieving revision 1.2.14.1
diff -u -d -r1.2 -r1.2.14.1
--- FAQ 22 Aug 2007 06:22:02 -0000      1.2
+++ FAQ 13 Aug 2009 16:24:29 -0000      1.2.14.1
@@ -29,6 +29,8 @@
 
 3) How do I change the location of the SQL log files?
 
-To change the location of the log-files, add the following option to Mserver:
- 
- --set sql_logdir=<logdir>
+As of MonetDB version Aug2009 the location of SQL log files is fixed to
+<dbfarm>/<dbname>/sql_logs .
+In case you indeed need to change this location (e.g., to place the logs on
+a different partition, disk, or filesystem than the database, please use
+symbolic links.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to