PDA

View Full Version : MySQL 4.1 just became GA (and recommended release)


TommyBALL
Tue 26th Oct '04, 4:15pm
MySQL 4.1.7 was just released, and I noticed at the same time that 4.1 is now GA (Generaly Available) and the recommended release according to MySQL AB.
http://dev.mysql.com/downloads/

kerplunk
Wed 27th Oct '04, 5:13am
I noticed too.

Cool. :)

joshx
Wed 27th Oct '04, 8:40am
anyone using it with vb yet?

jumpD
Wed 27th Oct '04, 8:35pm
Workin great for me so far. Much faster and no troubles with VB yet. I woke up to a php/mysql dead server though. Seems they changed the name of the init script and my HSP control panel couldn't read it. So upon restart after log cleanup in the wee hours of the morning it crashed. No biggie. Just changed the init script and recompiled PHP and all is good. Very nice and I'm looking forward to using the new feature set.

H75
Wed 27th Oct '04, 9:09pm
Works great and fast! :)

Were talking in german here.
http://www.vbulletin-germany.com/forum/showthread.php?t=13935

JulianD
Wed 27th Oct '04, 11:18pm
I'll wait a little bit more and wait for more comments about it working with vbulletin.

Right now 4.0.20 is working flawlessy for me and I don't want to break anything!

kerplunk
Thu 28th Oct '04, 4:51am
Are we talking as fast or faster then 4.0.X? Be honest. ;)

Dave#
Fri 29th Oct '04, 12:27pm
I'm not sure that there is much in the changelog that would suggest a speed improvement

http://dev.mysql.com/doc/mysql/en/News-4.1.x.html

but it is difficult to tell

eva2000
Sat 30th Oct '04, 1:40am
thanks for the heads up... will need to wait for thumbs up from vB devs before recommending it for vB2.x/3.x usage :)

changelog 3rd and 4th last items


* Faster binary protocol with prepared statements and parameter binding. See section 21.2.4 C API Prepared Statements.

* You can now issue multiple statements with a single C API call and then read the results in one go. See section 21.2.9 C API Handling of Multiple Query Execution.