Commit 04cd96a5 authored by unknown's avatar unknown

manual.texi Clarify scope of HANDLER statement.


Docs/manual.texi:
  Clarify scope of HANDLER statement.
parent 32b479ec
...@@ -33551,8 +33551,9 @@ HANDLER table READ @{ FIRST | NEXT @} [ WHERE ... ] [LIMIT ... ] ...@@ -33551,8 +33551,9 @@ HANDLER table READ @{ FIRST | NEXT @} [ WHERE ... ] [LIMIT ... ]
HANDLER table CLOSE HANDLER table CLOSE
@end example @end example
The @code{HANDLER} statement provides direct access to MySQL table The @code{HANDLER} statement provides direct access to the @code{MyISAM} table
interface, bypassing SQL optimiser. Thus, it is faster then SELECT. handler interface, bypassing the SQL optimiser. Thus, it is faster than
@code{SELECT}.
The first form of @code{HANDLER} statement opens a table, making The first form of @code{HANDLER} statement opens a table, making
in accessible via the following @code{HANDLER ... READ} routines. in accessible via the following @code{HANDLER ... READ} routines.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment