Ticket #1485590 (closed Bugs: fixed)
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
Note: See
TracTickets for help on using
tickets.
