Ticket #1485590 (closed Bugs: fixed)

Opened 6 weeks ago

Last modified 5 weeks ago

installer uses old mysql5.initial.sql

Reported by: tensor Owned by:
Priority: 5 Milestone: 0.2-stable
Component: Installer Version: svn-trunk
Severity: minor Keywords:
Cc:

Description

Here is a fix:

===================================================================
--- installer/rcube_install.php (revision 2101)
+++ installer/rcube_install.php (working copy)
@@ -486,7 +486,7 @@
       $version = floatval($sql_arr['version']);
       
       if ($version >= 4.1)
-        $engine = 'mysql5';
+        $engine = 'mysql';
     }
     
     // read schema file from /SQL/*

Change History

Changed 5 weeks ago by alec

  • status changed from new to closed
  • resolution set to fixed

Fixed in r2103

Note: See TracTickets for help on using tickets.