[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.4.2.php, 1.13, 1.14

Dirk Haun dhaun at qs1489.pair.com
Sat Jul 28 13:19:15 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/sql/updates
In directory qs1489.pair.com:/tmp/cvs-serv15619/sql/updates

Modified Files:
	mysql_1.4.1_to_1.4.2.php 
Log Message:
Initial commit of the new install script, on behalf of Matt West


Index: mysql_1.4.1_to_1.4.2.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.4.2.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** mysql_1.4.1_to_1.4.2.php	11 Jul 2007 02:36:03 -0000	1.13
--- mysql_1.4.1_to_1.4.2.php	28 Jul 2007 17:19:13 -0000	1.14
***************
*** 48,51 ****
--- 48,52 ----
              ) TYPE=MyISAM
              ";
+         $P_SQL = INST_checkInnodbUpgrade($P_SQL);
          for ($i = 0; $i < count ($P_SQL); $i++) {
              DB_query (current ($P_SQL));




More information about the geeklog-cvs mailing list