summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-07 19:11:22 +0100
committerYorhel <git@yorhel.nl>2010-11-07 19:12:30 +0100
commit90c1728da0df474d15d7a321e12b41e9c9d2dacf (patch)
treed676394c5d580ec374d81353c4205837d3662c85 /ChangeLog
parentd4d5b3c13227a9d773843b8ca8550403debe5a1a (diff)
DB::Misc: Optimized dbRevisionGet()
The code is a bit more complicated now, and it's not a lot faster, but at least this helps a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15bf05b1..43906ae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,10 @@
cross-site request forgery vulnerabilities
- URL change: /u/logout => /u$id/logout
- Bugfix: delete/update all references when deleting a user
- - Optimized random screenshot and VN SQL queries
+ - Optimized SQL queries:
+ - dbScreenshotRandom()
+ - dbVNGet() with random ordering
+ - dbRevisionGet() (in most cases)
2.12 - 2010-11-03
- !scr command for Multi::IRC