root/ip/trunk/install/schemas/sql_update_ip.php
| 258 | 262 | ||
|---|---|---|---|
74 | case '131770': $current_ip_version = '1.3.17.70'; break; | 74 | case '131770': $current_ip_version = '1.3.17.70'; break; |
75 | } | 75 | } |
76 | 76 | ||
77 | // We need to force this because in MySQL 5.5.5 the new default DB Engine is InnoDB, not MyISAM any more | ||
78 | $sql[] = "SET storage_engine=MYISAM"; | ||
79 | |||
77 | // Icy Phoenix Part... | 80 | // Icy Phoenix Part... |
78 | if (substr($mode, 0, 6) == 'update') | 81 | if (substr($mode, 0, 6) == 'update') |
79 | { | 82 | { |
Download diff