[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.9_to_1.3.10.php,1.26,1.27

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Oct 13 09:26:56 EDT 2004


Update of /var/cvs/geeklog-1.3/sql/updates
In directory www:/tmp/cvs-serv23072/sql/updates

Modified Files:
	mysql_1.3.9_to_1.3.10.php 
Log Message:
Using InnoDB tables is now an option.


Index: mysql_1.3.9_to_1.3.10.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/updates/mysql_1.3.9_to_1.3.10.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** mysql_1.3.9_to_1.3.10.php	9 Oct 2004 19:25:09 -0000	1.26
--- mysql_1.3.9_to_1.3.10.php	13 Oct 2004 13:26:54 -0000	1.27
***************
*** 214,227 ****
  
          // create 'spamx' table
!         if (innodb_supported ()) {
!             DB_query (str_replace ('MyISAM', 'InnoDB', $_SPX_TABLE));
!         } else {
!             DB_query ($_SPX_TABLE);
!         }
  
          DB_query ($_SPX_PLUGIN); // add entry to 'plugins' table
      }
  
- 
      return true;
  }
--- 214,222 ----
  
          // create 'spamx' table
!         DB_query ($_SPX_TABLE);
  
          DB_query ($_SPX_PLUGIN); // add entry to 'plugins' table
      }
  
      return true;
  }




More information about the geeklog-cvs mailing list