On Fri, Jul 06, 2001 at 02:51:34PM +0300, Sinisa Milivojevic wrote:
> Volker Paepcke writes:
> > Hi!
> > 
> > One year ago Michael Widenius posted this:
> > 
> >     ....
> >     We have on the other hand played with the idea to at some point
> >     implement SQL commands of type:
> > 
> >     ISAM INSERT table_name (...)
> >     ISAM UPDATE table_name SET ... WHERE key_name=(key_part1,key_part2,...);
> >     ISAM READ table_name FIRST
> >     ISAM READ table_name NEXT
> >     ISAM READ table_name NEXT LIMIT 10  #This would read the next 10 rows
> >     ISAM READ table_name PREV
> >     ISAM READ table_name LAST
> >     ISAM READ table_name WHERE key_name=(key_part1,key_part2,...);
> > 
> >     Most of the above would be trivial to parse but could give you direct
> >     access to the lover ISAM/MyISAM levels with fill cacheing.
> >     ....
> 
> This has been implemented 2 months ago, only it is not called ISAM,
> but HANDLER.

It may have been implemented 2 months ago (for v4.0), but it doesn't
seem to be documented.

Will is be documented soon?

Tim.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to