mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Update mysql.class.php
Create Table 'type' not supported on recent mysql databases, need to use 'engine' instead
This commit is contained in:
@@ -931,7 +931,7 @@ class DoliDBMysql
|
||||
$sql .= ",".implode(',',$sqluq);
|
||||
if($keys != "")
|
||||
$sql .= ",".implode(',',$sqlk);
|
||||
$sql .=") type=".$type;
|
||||
$sql .=") engine=".$type;
|
||||
|
||||
dol_syslog($sql,LOG_DEBUG);
|
||||
if(! $this -> query($sql))
|
||||
|
||||
Reference in New Issue
Block a user