phpbb/phpBB/includes/db
David M 7b262babcd Alright, this should give some improved performance :)
This is the end of random seek access to rows. If you have a compelling reason as to why they should stay, contact me. Else, they are gone forevermore...

The following API calls are deprecated:
acm::sql_rowseek() -> no replacement
$db->sql_fetchfield($field, $rownum = false, $query_id = false) -> $db->sql_fetchfield($field, $query_id = false)

Initial tests show that phpBB3 over four percent of memory against phpBB3.1 on an empty board. So far so good :)

Other cool things: 
db2, MS SQL ODBC and MS SQL 2005 all use less memory because they do not need to reference the last executed query to handle random access seeks :)

P.S.
The crazy people using SVN: please report any issues with the new way we itterate through caches, I do not want to miss anything :)

git-svn-id: file:///svn/phpbb/trunk@8372 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-03 10:19:04 +00:00
..
db2.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
db_tools.php #19285 2008-01-13 08:46:37 +00:00
dbal.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
firebird.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +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 Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
mssql_2005.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
mssql_odbc.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
mysql.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
mysqli.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
oracle.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
postgres.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
sqlite.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00