> On Friday 06 Feb 2004 21:29 pm, Jochem van Dieten wrote:
>>
>> Per my other post regarding the MySQL release schedule, you must
>> know something that even MySQL AB doesn't know. The only comment
>> the developers give is that 4.0 took 17 months.
>
> http://www.infoworld.com/article/04/01/12/HNmysql5_1.html
> "MySQL on Monday will preview an update to its platform that adds stored
> procedures and server side cursor capabilities ... Version 5.0 of MySQL will
> be available as a developer release Monday".
I have said all along that the alpha release of 5.0 had been
released in Januari. Are you tellingme that when you claimed that
"stored procedures are along soon" you meant an unstable alpha
release?
> And you can have them now in Perl, PHP, Python or Java:
> http://simon.incutio.com/archive/2003/07/10/mysqlStoredProcedures
Unforunately, the subject line does not quite cover the content
of the announcement.
What has been released is an API for writing functions, not
stored procedures. That means you can write a function to do
foo(bar), but bar is all that foo() can work with. foo() can not
make additional calls to the database to query additional data
from another table. You can just write functions (like you could
do for a long time in C already), not stored procedures.
Jochem
--
I don't get it
immigrants don't work
and steal our jobs
- Loesje
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

