force page_len index scan, where condition is not that important when a filesort...
[lhc/web/wiklou.git] / includes / DatabaseMysql.php
1 <?
2 /*
3 * Stub database class for MySQL.
4 */
5 require_once('Database.php');
6 ?>