Opened 4 years ago

Closed 4 years ago

#1485590 closed Bugs (fixed)

installer uses old mysql5.initial.sql

Reported by: tensor Owned by:
Priority: 5 Milestone: 0.2-stable
Component: Installer Version: git-master
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 (1)

comment:1 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [2fdbeb71]

Note: See TracTickets for help on using tickets.