5include_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');
MySQL InnoDB Database Wrapper.
initConnection()
Initialize the database connection.
supportsFulltext()
Is fulltext index supported?
getCreateTableOptions()
Get options for the create table statement.
query($sql, $a_handle_error=true)
Query.
setStorageEngine($a_storage_engine)
Set the storage engine.
setMaxAllowedPacket()
Set maximum allowed packet size.