1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 06:25:04 +02:00
David M 03e4d762c9 this is pretty neat.
- We save a nasty query from every new topic and reply. We can do this because we are in a transaction, asking the database what is the newest info would just return the post_id we just inserted
- editting is now far cheaper if it turns out the newest post has been editted.
- switch the globality of a topic (making it global/unglobal) is now cheaper by a lot. If it turns out that we have changed the universe in any important way we can easily fix things much faster than before.


git-svn-id: file:///svn/phpbb/trunk@7507 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-09 02:19:31 +00:00
..
2007-05-03 14:29:22 +00:00
2007-05-07 15:17:01 +00:00
2007-05-06 16:14:42 +00:00
2007-01-28 17:00:03 +00:00
2007-05-08 22:21:38 +00:00
2007-05-07 13:19:59 +00:00
2007-05-02 21:08:50 +00:00
2007-03-09 19:01:40 +00:00
2007-04-08 17:40:36 +00:00
2007-05-08 00:12:07 +00:00
2007-04-02 22:10:31 +00:00
2007-03-30 14:24:55 +00:00
:(
2007-03-25 16:05:22 +00:00
2007-05-09 02:19:31 +00:00
2007-04-13 03:55:33 +00:00
2007-03-30 10:49:06 +00:00
2007-05-07 20:15:15 +00:00
2007-05-07 21:21:40 +00:00
2007-05-07 21:21:40 +00:00
2007-05-08 13:36:59 +00:00
2007-04-06 14:03:20 +00:00