5 include_once (
"./Services/Database/classes/class.ilDBMySQL.php");
41 $this->
query(
"SET NAMES utf8");
44 $this->
query(
"SET SESSION SQL_MODE = 'ONLY_FULL_GROUP_BY'");
60 return array(
'type' =>
'InnoDB');
setMaxAllowedPacket()
Set maximum allowed packet size.
MySQL InnoDB Database Wrapper.
supportsFulltext()
Is fulltext index supported?
query($sql, $a_handle_error=true)
Query.
setStorageEngine($a_storage_engine)
Set the storage engine.
initConnection()
Initialize the database connection.