Results 1 to 5 of 5
Hiya,
I've just moved the forum code over to using the mysql4 database class instead of the myql3 phpbb database class. Basically this means that the forums will be using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-03-2004 #1Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
Now using mysql + transactions on forums
Hiya,
I've just moved the forum code over to using the mysql4 database class instead of the myql3 phpbb database class. Basically this means that the forums will be using transactions when doing backend SQL queries etc.
Should anything suddenly break or not seem right please let me know
Ta,
J
- 09-03-2004 #2
now will this have any boost in performance? i haven't noticed any more or less speed, so will this help at all?
- 09-03-2004 #3Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
This wont directly have any boost in performance. All its doing is bringing the database connection code in line with the version of mysql server im running so we can take advantage of extra features, such as transactions.
Originally Posted by linkinp4rk410
Jason
- 09-05-2004 #4Linux Newbie
- Join Date
- Apr 2004
- Location
- Looe, Cornwall UK
- Posts
- 152
what sorts of extra features?
Cry out for freedom! Cry out for Linux!
- 09-05-2004 #5Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
Transactions mainly.
Originally Posted by tr_wright1


Reply With Quote
