Update mysql.class.php
Create Table 'type' not supported on recent mysql databases, need to use 'engine' instead
This commit is contained in:
parent
2731b0af2b
commit
2c56a1c8dc
@ -931,7 +931,7 @@ class DoliDBMysql
|
|||||||
$sql .= ",".implode(',',$sqluq);
|
$sql .= ",".implode(',',$sqluq);
|
||||||
if($keys != "")
|
if($keys != "")
|
||||||
$sql .= ",".implode(',',$sqlk);
|
$sql .= ",".implode(',',$sqlk);
|
||||||
$sql .=") type=".$type;
|
$sql .=") engine=".$type;
|
||||||
|
|
||||||
dol_syslog($sql,LOG_DEBUG);
|
dol_syslog($sql,LOG_DEBUG);
|
||||||
if(! $this -> query($sql))
|
if(! $this -> query($sql))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user