mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
fix TYPE -> ENGINE (mysql 5.5 compatibility)
This commit is contained in:
parent
8a1cc74803
commit
2479f2e684
@ -157,7 +157,7 @@ function create_table($id, $link)
|
||||
if (in_array($id, $memtables)) {
|
||||
$query .= " ENGINE=MEMORY";
|
||||
} else {
|
||||
$query .= " TYPE=InnoDb";
|
||||
$query .= " ENGINE=InnoDb";
|
||||
}
|
||||
|
||||
mysql_query($query, $link) or show_install_err(' Query failed: ' . mysql_error($link));
|
||||
|
Loading…
Reference in New Issue
Block a user