[geeklog-cvs] geeklog-1.3 config.php,1.138,1.139

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Oct 16 14:00:01 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv32647

Modified Files:
	config.php 
Log Message:
Added note to use --single-transaction option for myslqdump when using InnoDB tables.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** config.php	15 Oct 2004 18:19:12 -0000	1.138
--- config.php	16 Oct 2004 17:59:59 -0000	1.139
***************
*** 178,183 ****
  // optional settings for making database backups from within Geeklog
  $_CONF['allow_mysqldump']   = 1;      // 1 = on, 0 = off
! $_DB_mysqldump_path = '/usr/bin/mysqldump'; // full path to mysqldump executable
! $_CONF['mysqldump_options'] = '-Q';   // additional options for mysqldump
  
  // +---------------------------------------------------------------------------+
--- 178,189 ----
  // optional settings for making database backups from within Geeklog
  $_CONF['allow_mysqldump']   = 1;      // 1 = on, 0 = off
! 
! // full path to mysqldump executable (Windows users: add ".exe"!)
! $_DB_mysqldump_path = '/usr/bin/mysqldump';
! 
! // additional options for mysqldump
! // If you're using InnoDB tables, include the '--single-transaction' or you
! // may end up with inconsistent backups!
! $_CONF['mysqldump_options'] = '-Q';
  
  // +---------------------------------------------------------------------------+
***************
*** 671,675 ****
  // Define a few useful things for GL
  
! /* Story Record Options for the STATUS Field */
  define('STORY_ARCHIVE_ON_EXPIRE', '10');
  define('STORY_DELETE_ON_EXPIRE', '11');
--- 677,681 ----
  // Define a few useful things for GL
  
! // Story Record Options for the STATUS Field
  define('STORY_ARCHIVE_ON_EXPIRE', '10');
  define('STORY_DELETE_ON_EXPIRE', '11');




More information about the geeklog-cvs mailing list