From 88a5b91be46725b52193c9c33825bd1b036a6718 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 13 May 2011 15:04:49 +0000 Subject: [PATCH] Add DB configuration options based on input from BlueGene git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9597 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/createdb.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index d47d8d9dc..0d3c430bd 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -28,3 +28,6 @@ update db cfg for xcatdb using LOGBUFSZ 98; update db cfg for xcatdb using LOGFILSIZ 20048; update db cfg for xcatdb using LOGPRIMARY 10; update db cfg for xcatdb using LOGSECOND 20; +update db cfg for xcatdb using AUTO_RUNSTATS ON; +update db cfg for xcatdb using AUTO_TBL_MAINT ON; +update db cfg for xcatdb using AUTO_MAINT ON;