ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilDBPdoMySQLMyISAM.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4require_once('class.ilDBPdoMySQL.php');
5
12
16 protected $storage_engine = 'MyISAM';
17
18
22 public function supportsFulltext() {
23 return true;
24 }
25
26
27}
28
An exception for terminatinating execution or to throw for unit testing.
Class ilDBPdoMySQLMyISAM.
Class ilDBPdoMySQL.
Interface ilDBInterface.