phpbb/phpBB/includes/db
Oleg Pudeyev 35309de0b7 Merge branch 'develop-olympus' into develop
* develop-olympus:
  [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
  [ticket/9813] Only get posts table row count if we detected a fulltext index.
  [ticket/9813] Also use estimated row count of posts table for fulltext mysql.
  [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
  [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
  [ticket/10653] Add ability to count table rows to database abstraction layer.
  [ticket/9813] Use table status row count only if greater than 100000 or exact.
  [ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
2012-03-08 08:44:32 -05:00
..
db_tools.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
dbal.php Merge branch 'develop-olympus' into develop 2012-03-08 08:44:32 -05:00
firebird.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
mssql_odbc.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
mssqlnative.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
mysql.php Merge branch 'develop-olympus' into develop 2012-03-08 08:44:32 -05:00
mysqli.php Merge branch 'develop-olympus' into develop 2012-03-08 08:44:32 -05:00
oracle.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
postgres.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
sqlite.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00