MySQL 5.0-alpha Released to the Public 30
hendridm writes "The new 5.0-alpha release of MySQL includes the addition of stored procedures, as well as other advances designed to enhance the development of large-scale enterprise database applications. The MySQL 5.0 alpha development release is now available for testing and evaluation by the open source community. There's more info via CNET News, or you can download your copy today."
Re:fp (Score:2, Insightful)
So... does this count as a dupe [slashdot.org], or does the fact that now there's an official announcement from MySQL AB with today's date on it make this one more concrete somehow?
Re:fp (Score:2)
Commercial (Score:3, Interesting)
Strange to see the words "commercial" and "open-source" being used in the same sentence. They prove it can be done!
Re:Commercial (Score:1)
Re:Commercial (Score:2)
You post was sparse its hard to tell if these were the rumours you were talking about.
Re:Commercial (Score:2)
The lead-in paragraph:
"Open-source database company MySQL continues to add capabilities common to commercial database software as it tries to shake up the multibillion-dollar market."
How about adding the word "other" in front of the word "commercial", CNET? MySQL is a commercial database. I hate it when people try to contrast "open source" software with "commercial" software. A lot of open-source software is commercial software. Open-source software should be contrasted to proprietary software, if you'r
First alpha = public????? (Score:2, Funny)
What is the Programming Language? (Score:3, Informative)
From the press release (I got to it before it was /.ed)
MySQL stored procedures are based on SQL:2003, a common standard for syntax, data structures, and retrieval processes of SQL databases.I couldn't find anything concerning Stored Procedures in SQL:2003 via google but from their own site [mysql.com], it looks like it is what is common to both PL/SQL and T-SQL. No embedded VM here.
Re:What is the Programming Language? (Score:1, Informative)
Re:What is the Programming Language? (Score:2)
= 9J =
Everyones ambitious (Score:5, Interesting)
Mysql's strength has been in web backends and simple applications that outgrow hash databases, and small databases that require multiplatform database connections. Them trying to outgrow their niche and join the crowded markets is like shooting themselves in the foot. They should spend time refining, debugging, adding more functions and features suitable at that scale, speeding it up, standardizing the source code and porting it to hell and back.
Re:Everyones ambitious (Score:2)
Re:Everyones ambitious (Score:2, Insightful)
Re:Everyones ambitious (Score:3, Insightful)
SQLLite (Score:5, Informative)
I've always liked MySQL, and continue to like the features they add to it. But if you're looking for a very basic SQL package, check out SQLLite [hwaci.com].
It implements most of the SQL92 Standard and it is a library rather than a daemon.
Just something for those of you that don't like MySQL adding tons of features (stored Procs, triggers, etc).
Re:Everyones ambitious (Score:1)
go mysql (Score:1)
To enable (Score:2, Insightful)
should be "to enable".
A duplicate code report... (Score:2)
Looks pretty good; there are some duplicates that could be knocked out, though - in db_server_xdr.c, for example.
License? (Score:1)
4.1? (Score:2)