[geeklog-hg] geeklog: Fails to upgrade Geeklog with MySQL-5.5.x. Patch provid...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jun 27 09:47:59 EDT 2012


changeset 8731:484866e17019
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/484866e17019
user: Tom <websitemaster at cogeco.net>
date: Wed Jun 27 09:45:26 2012 -0400
description:
Fails to upgrade Geeklog with MySQL-5.5.x. Patch provided by Mystralkk (bug #0001456)

diffstat:

 public_html/admin/install/lib-upgrade.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r eb7aacdf1580 -r 484866e17019 public_html/admin/install/lib-upgrade.php
--- a/public_html/admin/install/lib-upgrade.php	Wed Jun 27 09:40:18 2012 -0400
+++ b/public_html/admin/install/lib-upgrade.php	Wed Jun 27 09:45:26 2012 -0400
@@ -779,7 +779,7 @@
 {
     $retval = false;
 
-    $result = DB_query("SHOW TABLE TYPES");
+    $result = DB_query("SHOW ENGINES");
     $numEngines = DB_numRows($result);
     for ($i = 0; $i < $numEngines; $i++) {
         $A = DB_fetchArray($result);



More information about the geeklog-cvs mailing list