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.
>     ....
> 
> Bye,
> Volker
> 

This has been implemented 2 months ago, only it is not called ISAM,
but HANDLER.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
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